Skip to main content

UpdateableProperties

UpdateableProperties = Exclude<keyof RuleType & RuleGroupType, "id" | "path" | "rules"> | string & { }

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

All updateable properties of rules and groups (everything except id, path, and rules).


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.