Skip to main content

Interface: DefaultRuleGroupTypeIC<F>

react-querybuilder.DefaultRuleGroupTypeIC

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

Type parameters

NameType
Fextends string = string

Hierarchy

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