convertFromIC()
convertFromIC<
RG>(rg:RuleGroupTypeAny):RG
Defined in: packages/core/src/utils/convertQuery.ts:81
Converts a RuleGroupTypeIC to RuleGroupType.
This function is idempotent: RuleGroupType queries will be returned as-is.
Type Parameters
| Type Parameter | Default type |
|---|---|
RG extends RuleGroupType<RuleType<string, string, any, string>, string> | RuleGroupType<RuleType<string, string, any, string>, string> |
Parameters
| Parameter | Type |
|---|---|
rg | RuleGroupTypeAny |
Returns
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.