Copy / Paste / Cut
Implement clipboard behavior using your own state or helper utilities. Tests in the SDK verify shape size and transformation preservation across operations.
function cloneNode(n) {
const k = n.getNode().clone();
return k; // add to world or group
}