weasel API - v0.8.0
    Preparing search index...

    Variable cloneActionConst Experimental

    cloneAction: Action & { requires: string[] } = ...

    Static descriptor for the clone Action.

    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 consumer applyOps hook) for a single undo entry.

    useClone — the React hook this descriptor partially mirrors.