Skip to main content

RuleGroupICArray<RG, R, C>

RuleGroupICArray<RG, R, C>: [R | RG] | [R | RG, ...MappedTuple<[C, R | RG]>] | (R | RG)[] & object

The type of the rules array in a RuleGroupTypeIC.

Type Parameters

Type ParameterDefault type
RG extends RuleGroupTypeICRuleGroupTypeIC
R extends RuleTypeRuleType
C extends stringstring

Defined in

packages/react-querybuilder/src/types/ruleGroupsIC.ts:38


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.