Skip to main content

convertFromIC()

convertFromIC<RG>(rg: RG): ToRuleGroupType<RG>

Defined in: packages/core/src/utils/convertQuery.ts:88

Converts a RuleGroupTypeIC to RuleGroupType.

This function is idempotent: RuleGroupType queries will be returned as-is.

Type Parameters

Type Parameter
RG extends RuleGroupTypeAny

Parameters

ParameterType
rgRG

Returns

ToRuleGroupType<RG>


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.