Skip to main content

CommonRuleAndGroupProperties

Defined in: packages/core/src/types/ruleGroups.ts:6

Properties common to both rules and groups.

Extended by

Properties

disabled?

optional disabled: boolean

Defined in: packages/core/src/types/ruleGroups.ts:9


id?

optional id: string

Defined in: packages/core/src/types/ruleGroups.ts:8


muted?

optional muted: 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?

optional path: 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.