moveRE
constmoveRE:MoveMethodRE
Defined in: rules-engine/src/utils/rulesEngineTools.ts:285
Moves a rule engine condition from one path to another without mutating the original rules engine.
In the options parameter, pass { clone: true } to copy instead of move.
Returns
A new rules engine 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.