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?
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
>
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.