moveREInPlace
constmoveREInPlace:MoveMethodRE
Defined in: rules-engine/src/utils/rulesEngineTools.ts:305
Moves a rule engine condition from one path to another by mutating the rules engine.
In the options parameter, pass { clone: true } to copy instead of move.
Returns
The rules engine (mutated) with the condition moved or cloned.
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.