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