RuleGroupTypeIC<R, C>
The main rule group interface when using independent combinators. This type is used for query definitions as well as all sub-groups of queries.
Extends
Except<RuleGroupType<R,C>,"combinator"|"rules">
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
R extends RuleType | RuleType |
C extends string | string |
Properties
combinator?
optionalcombinator:undefined
Defined in
packages/react-querybuilder/src/types/ruleGroupsIC.ts:20
combinatorPreceding?
optionalcombinatorPreceding:C
Only used when adding a rule to a query that uses independent combinators
Defined in
packages/react-querybuilder/src/types/ruleGroupsIC.ts:25
disabled?
optionaldisabled:boolean
Inherited from
Except.disabled
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:9
id?
optionalid:string
Inherited from
Except.id
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:8
not?
optionalnot:boolean
Inherited from
Except.not
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:41
path?
optionalpath:Path
Inherited from
Except.path
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:7
rules
rules:
RuleGroupICArray<RuleGroupTypeIC<R,C>,R,C>
Defined in
packages/react-querybuilder/src/types/ruleGroupsIC.ts:21
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.