DefaultRuleGroupTypeIC<F>
RuleGroupTypeIC with combinators limited to DefaultCombinatorName and rules limited to DefaultRuleType.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
F extends string | string |
Properties
combinator?
optionalcombinator:undefined
Inherited from
Defined in
packages/react-querybuilder/src/types/ruleGroupsIC.ts:20
combinatorPreceding?
optionalcombinatorPreceding: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?
optionaldisabled:boolean
Inherited from
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:9
id?
optionalid:string
Inherited from
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:8
not?
optionalnot:boolean
Inherited from
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:41
path?
optionalpath:Path
Inherited from
Defined in
packages/react-querybuilder/src/types/ruleGroups.ts:7
rules
rules:
DefaultRuleGroupICArray<F>
Overrides
Defined in
packages/react-querybuilder/src/types/ruleGroupsIC.ts:71
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.