Skip to main content

DefaultRuleGroupTypeIC<F>

RuleGroupTypeIC with combinators limited to DefaultCombinatorName and rules limited to DefaultRuleType.

Extends

Type Parameters

Type ParameterDefault type
F extends stringstring

Properties

combinator?

optional combinator: undefined

Inherited from

RuleGroupTypeIC.combinator

Defined in

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


combinatorPreceding?

optional combinatorPreceding: string

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

Inherited from

RuleGroupTypeIC.combinatorPreceding

Defined in

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


disabled?

optional disabled: boolean

Inherited from

RuleGroupTypeIC.disabled

Defined in

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


id?

optional id: string

Inherited from

RuleGroupTypeIC.id

Defined in

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


not?

optional not: boolean

Inherited from

RuleGroupTypeIC.not

Defined in

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


path?

optional path: Path

Inherited from

RuleGroupTypeIC.path

Defined in

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


rules

rules: DefaultRuleGroupICArray<F>

Overrides

RuleGroupTypeIC.rules

Defined in

packages/react-querybuilder/src/types/ruleGroupsIC.ts:71


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.