Skip to main content

DefaultRuleGroupTypeIC<F>

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

Extends

Type parameters

Type parameterValue
F extends stringstring

Properties

combinator?

optional combinator: undefined

Inherited from

RuleGroupTypeIC . combinator

Source

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

Source

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


disabled?

optional disabled: boolean

Inherited from

RuleGroupTypeIC . disabled

Source

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


id?

optional id: string

Inherited from

RuleGroupTypeIC . id

Source

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


not?

optional not: boolean

Inherited from

RuleGroupTypeIC . not

Source

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


path?

optional path: Path

Inherited from

RuleGroupTypeIC . path

Source

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


rules

rules: DefaultRuleGroupICArray<F>

Overrides

RuleGroupTypeIC . rules

Source

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.