RECondition<R, C>
Defined in: packages/rules-engine/src/types/rulesEngine.ts:10
Properties common to both rules and groups.
Extends
CommonRuleAndGroupProperties.Partial<RulesEngine<R,C>>
Type Parameters
| Type Parameter | Default type |
|---|---|
R extends RuleType | RuleType |
C extends string | string |
Properties
antecedent
antecedent:
RuleGroupType
Defined in: packages/rules-engine/src/types/rulesEngine.ts:12
conditions?
optionalconditions:RECondition<RuleType<string,string,any,string>,string>[]
Defined in: packages/rules-engine/src/types/rulesEngine.ts:36
Inherited from
Partial.conditions
consequent?
optionalconsequent:Consequent
Defined in: packages/rules-engine/src/types/rulesEngine.ts:13
defaultConsequent?
optionaldefaultConsequent:Consequent
Defined in: packages/rules-engine/src/types/rulesEngine.ts:37
Inherited from
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
path?
optionalpath:Path
Defined in: packages/core/src/types/ruleGroups.ts:7
Inherited from
CommonRuleAndGroupProperties.path
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.