isRuleGroupTypeIC()
isRuleGroupTypeIC(
rg
:unknown
):rg is RuleGroupTypeIC<RuleType<string, string, any, string>, string>
Defined in: packages/core/src/utils/isRuleGroup.ts:25
Determines if an object is a RuleGroupTypeIC.
Parameters
Parameter | Type |
---|---|
rg | unknown |
Returns
rg is RuleGroupTypeIC<RuleType<string, string, any, string>, string>
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.