Skip to main content

updateInPlace

const updateInPlace: UpdateMethod

Defined in: packages/core/src/utils/queryTools.ts:485

Updates one or more properties of a rule or group within a query in place. See update for the supported argument forms and ordering semantics.

Returns

The query (mutated in place) with the rule or group properties updated.


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.