DefaultRuleGroupTypeIC<F>
Defined in: packages/core/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?
optionalcombinator:undefined
Defined in: packages/core/src/types/ruleGroupsIC.ts:20
Inherited from
combinatorPreceding?
optionalcombinatorPreceding:string
Defined in: packages/core/src/types/ruleGroupsIC.ts:25
Only used when adding a rule to a query that uses independent combinators
Inherited from
RuleGroupTypeIC.combinatorPreceding
disabled?
optionaldisabled:boolean
Defined in: packages/core/src/types/ruleGroups.ts:9
Inherited from
CommonRuleAndGroupProperties.disabled
id?
optionalid:string
Defined in: packages/core/src/types/ruleGroups.ts:8
Inherited from
CommonRuleAndGroupProperties.id
muted?
optionalmuted:boolean
Defined in: packages/core/src/types/ruleGroups.ts:15
Whether this rule or group is muted. When muted, the rule or group is excluded from query export formats (SQL, JSON, MongoDB, etc.). For groups, muting recursively mutes all children.
Inherited from
CommonRuleAndGroupProperties.muted
not?
optionalnot:boolean
Defined in: packages/core/src/types/ruleGroups.ts:48
Inherited from
path?
optionalpath:Path
Defined in: packages/core/src/types/ruleGroups.ts:7
Inherited from
CommonRuleAndGroupProperties.path
rules
rules:
DefaultRuleGroupICArray<F>
Defined in: packages/core/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.