Skip to main content

transformQuery()

Call Signature

transformQuery(query: RuleGroupType, options?: TransformQueryOptions<RuleGroupType<RuleType<string, string, any, string>, string>>): any

Defined in: packages/react-querybuilder/src/utils/transformQuery.ts:143

Recursively process a query heirarchy using this versatile utility function.

Documentation

Parameters

ParameterType
queryRuleGroupType
options?TransformQueryOptions<RuleGroupType<RuleType<string, string, any, string>, string>>

Returns

any

Call Signature

transformQuery(query: RuleGroupTypeIC, options?: TransformQueryOptions<RuleGroupTypeIC<RuleType<string, string, any, string>, string>>): any

Defined in: packages/react-querybuilder/src/utils/transformQuery.ts:154

Recursively process a query heirarchy with independent combinators using this versatile utility function.

Documentation

Parameters

ParameterType
queryRuleGroupTypeIC
options?TransformQueryOptions<RuleGroupTypeIC<RuleType<string, string, any, string>, string>>

Returns

any


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.