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.
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/react-querybuilder/src/utils/transformQuery.ts:154
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
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.