RuleGroupTypeAny<R, C>
RuleGroupTypeAny<
R
,C
>:RuleGroupType
<R
,C
> |RuleGroupTypeIC
<R
,C
>
Shorthand for "either RuleGroupType or RuleGroupTypeIC".
Type Parameters
Type Parameter | Default type |
---|---|
R extends RuleType | RuleType |
C extends string | string |
Defined in
packages/react-querybuilder/src/types/ruleGroupsIC.ts:31
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.