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