transformQuery()
Call Signature
transformQuery(
query:RuleGroupType,options?:TransformQueryOptions<RuleGroupType<RuleType<string,string,any,string,Record<string,any>>,string>>):any
Defined in: packages/core/src/utils/transformQuery.ts:147
Recursively process a query heirarchy using this versatile utility function.
Parameters
| Parameter | Type |
|---|---|
query | RuleGroupType |
options? | TransformQueryOptions<RuleGroupType<RuleType<string, string, any, string, Record<string, any>>, string>> |
Returns
any
Call Signature
transformQuery(
query:RuleGroupTypeIC,options?:TransformQueryOptions<RuleGroupTypeIC<RuleType<string,string,any,string,Record<string,any>>,string>>):any
Defined in: packages/core/src/utils/transformQuery.ts:158
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, Record<string, any>>, string>> |
Returns
any
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.