CommonRuleAndGroupProperties
Defined in: packages/core/src/types/ruleGroups.ts:6
Properties common to both rules and groups.
Extended by
Properties
disabled?
optionaldisabled:boolean
Defined in: packages/core/src/types/ruleGroups.ts:9
id?
optionalid:string
Defined in: packages/core/src/types/ruleGroups.ts:8
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.
path?
optionalpath:Path
Defined in: packages/core/src/types/ruleGroups.ts:7
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.