Skip to main content

convertQuery()

Call Signature

convertQuery(query: RuleGroupType): RuleGroupTypeIC

Defined in: packages/react-querybuilder/src/utils/convertQuery.ts:132

Converts a RuleGroupType to RuleGroupTypeIC. For a more explicit operation, use convertToIC.

Parameters

ParameterType
queryRuleGroupType

Returns

RuleGroupTypeIC

Call Signature

convertQuery(query: RuleGroupTypeIC): RuleGroupType

Defined in: packages/react-querybuilder/src/utils/convertQuery.ts:139

Converts a RuleGroupTypeIC to RuleGroupType. For a more explicit operation, use convertFromIC.

Parameters

ParameterType
queryRuleGroupTypeIC

Returns

RuleGroupType


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.