DefaultRuleGroupTypeIC<F>
Defined in: packages/react-querybuilder/src/types/ruleGroupsIC.ts:69
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
Defined in: packages/react-querybuilder/src/types/ruleGroupsIC.ts:20
Inherited from
combinatorPreceding?
optional
combinatorPreceding:string
Defined in: packages/react-querybuilder/src/types/ruleGroupsIC.ts:25
Only used when adding a rule to a query that uses independent combinators
Inherited from
RuleGroupTypeIC
.combinatorPreceding
disabled?
optional
disabled:boolean
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:9
Inherited from
id?
optional
id:string
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:8
Inherited from
not?
optional
not:boolean
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:41
Inherited from
path?
optional
path:Path
Defined in: packages/react-querybuilder/src/types/ruleGroups.ts:7
Inherited from
rules
rules:
DefaultRuleGroupICArray
<F
>
Defined in: packages/react-querybuilder/src/types/ruleGroupsIC.ts:71
Overrides
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.