Skip to main content

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

ParameterType
rgunknown

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.