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