transformQuery()
Call Signature
transformQuery(
query:RuleGroupType,options?:TransformQueryOptions<RuleGroupType<RuleType<string,string,any,string>,string>>):any
Defined in: packages/core/src/utils/transformQuery.ts:138
Recursively process a query heirarchy using this versatile utility function.
Parameters
| Parameter | Type |
|---|---|
query | RuleGroupType |
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/core/src/utils/transformQuery.ts:149
Recursively process a query heirarchy with independent combinators using this versatile utility function.
Parameters
| Parameter | Type |
|---|---|
query | RuleGroupTypeIC |
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.