Skip to main content

Interface: RuleGroupType<R, C>

react-querybuilder.RuleGroupType

The main rule group type. This type is used for query definitions as well as all sub-groups of queries.

Type parameters

NameType
Rextends RuleType = RuleType
Cextends string = string

Hierarchy

Properties

combinator

combinator: C

Defined in

packages/react-querybuilder/src/types/ruleGroups.ts:39


disabled

Optional disabled: boolean

Inherited from

CommonRuleAndGroupProperties.disabled

Defined in

packages/react-querybuilder/src/types/ruleGroups.ts:9


id

Optional id: string

Inherited from

CommonRuleAndGroupProperties.id

Defined in

packages/react-querybuilder/src/types/ruleGroups.ts:8


not

Optional not: boolean

Defined in

packages/react-querybuilder/src/types/ruleGroups.ts:41


path

Optional path: Path

Inherited from

CommonRuleAndGroupProperties.path

Defined in

packages/react-querybuilder/src/types/ruleGroups.ts:7


rules

rules: RuleGroupArray<RuleGroupType<R, C>, R>

Defined in

packages/react-querybuilder/src/types/ruleGroups.ts:40