isRuleGroup()
isRuleGroup(
rg:unknown):rg is RuleGroupTypeAny
Defined in: packages/core/src/utils/isRuleGroup.ts:13
Determines if an object is a RuleGroupType or RuleGroupTypeIC.
Parameters
| Parameter | Type |
|---|---|
rg | unknown |
Returns
rg is RuleGroupTypeAny
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.