RuleGroupArray<RG, R>
RuleGroupArray<
RG
,R
>: (R
|RG
)[]
The type of the rules
array in a RuleGroupType.
Type parameters
Type parameter | Value |
---|---|
RG extends RuleGroupType | RuleGroupType |
R extends RuleType | RuleType |
Source
packages/react-querybuilder/src/types/ruleGroups.ts:47
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.