move
move to=from, …
Description
Section titled “Description”Moves from the field from
to the field to
.
to: field
Section titled “to: field”The field to move into.
from: field
Section titled “from: field”The field to move from.
Examples
Section titled “Examples”from {x: 1, y: 2}move z=y, w.x=x
{ z: 2, w: { x: 1, },}