Skip to main content

RuleGroupTypeIC<R, C>

Defined in: packages/react-querybuilder/src/types/ruleGroupsIC.ts:18

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

Extended by

Type Parameters

Type ParameterDefault type
R extends RuleTypeRuleType
C extends stringstring

Properties

combinator?

optional combinator: undefined

Defined in: packages/react-querybuilder/src/types/ruleGroupsIC.ts:20


combinatorPreceding?

optional combinatorPreceding: C

Defined in: packages/react-querybuilder/src/types/ruleGroupsIC.ts:25

Only used when adding a rule to a query that uses independent combinators


disabled?

optional disabled: boolean

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

Inherited from

Except.disabled


id?

optional id: string

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

Inherited from

Except.id


not?

optional not: boolean

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

Inherited from

Except.not


path?

optional path: Path

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

Inherited from

Except.path


rules

rules: RuleGroupICArray<RuleGroupTypeIC<R, C>, R, C>

Defined in: packages/react-querybuilder/src/types/ruleGroupsIC.ts:21


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.