RuleGroupICArray<RG, R, C>
RuleGroupICArray<
RG,R,C>: [R|RG] | [R|RG, ...MappedTuple<[C, R | RG]>] | (R|RG)[] & {length:0; }
The type of the rules array in a RuleGroupTypeIC.
Type Parameters
| Type Parameter | Default type |
|---|---|
RG extends RuleGroupTypeIC | RuleGroupTypeIC |
R extends RuleType | RuleType |
C extends string | string |
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.