RuleGroupType<R, C>
The main rule group type. This type is used for query definitions as well as all sub-groups of queries.
Extends
Type parameters
Type parameter | Value |
---|---|
R extends RuleType | RuleType |
C extends string | string |
Properties
combinator
combinator:
C
Source
packages/react-querybuilder/src/types/ruleGroups.ts:39
disabled?
optional
disabled:boolean
Inherited from
CommonRuleAndGroupProperties
. disabled
Source
packages/react-querybuilder/src/types/ruleGroups.ts:9
id?
optional
id:string
Inherited from
CommonRuleAndGroupProperties
. id
Source
packages/react-querybuilder/src/types/ruleGroups.ts:8
not?
optional
not:boolean
Source
packages/react-querybuilder/src/types/ruleGroups.ts:41
path?
optional
path:Path
Inherited from
CommonRuleAndGroupProperties
. path
Source
packages/react-querybuilder/src/types/ruleGroups.ts:7
rules
rules:
RuleGroupArray
<RuleGroupType
<R
,C
>,R
>
Source
packages/react-querybuilder/src/types/ruleGroups.ts:40
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.