Clones selected nodes into new scene nodes translated by the drag delta.
Commits insert ops via scene.applyBatch(ops, 'Clone', ...) (or the
consumer applyOps hook) for a single undo entry.
See
useClone — the React hook this descriptor partially mirrors.
Static descriptor for the
cloneAction.Requires dep-schema entries:
selection,scene.Clones selected nodes into new scene nodes translated by the drag delta. Commits insert ops via
scene.applyBatch(ops, 'Clone', ...)(or the consumerapplyOpshook) for a single undo entry.