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 parameter | Value |
---|---|
RG extends RuleGroupTypeIC | RuleGroupTypeIC |
R extends RuleType | RuleType |
C extends string | string |
Source
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.