RuleGroupType<R, C>
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:37
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 | Default type |
---|---|
R extends RuleType | RuleType |
C extends string | string |
Properties
combinator
combinator:
C
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:39
disabled?
optional
disabled:boolean
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:9
Inherited from
CommonRuleAndGroupProperties
.disabled
id?
optional
id:string
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:8
Inherited from
CommonRuleAndGroupProperties
.id
not?
optional
not:boolean
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:41
path?
optional
path:Path
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:7
Inherited from
CommonRuleAndGroupProperties
.path
rules
rules:
RuleGroupArray
<RuleGroupType
<R
,C
>,R
>
Defined in: 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.