Interface: DefaultRuleGroupTypeIC<F>
react-querybuilder.DefaultRuleGroupTypeIC
RuleGroupTypeIC with combinators limited to DefaultCombinatorName and rules limited to DefaultRuleType.
Type parameters
Name | Type |
---|---|
F | extends string = string |
Hierarchy
-
RuleGroupTypeIC
<DefaultRuleType
<F
>>↳
DefaultRuleGroupTypeIC
Properties
combinator
Optional
combinator: undefined
Inherited from
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
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:9
id
Optional
id: string
Inherited from
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:8
not
Optional
not: boolean
Inherited from
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:41
path
Optional
path: Path
Inherited from
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:7
rules
rules: DefaultRuleGroupICArray
<F
>