Duplicate a node in the Framer project. Creates an exact copy of the node and all its children.
The duplicated node will be placed at the end of the original node parent.
Returns the ID of the newly created duplicate node. It will have same attributes, content and children.
DO NOT USE this tool to move a node to a different place or ordering. Instead use updateXmlForNode to change the parent of a node or its position in the layers tree.