Copying should serialize the selection and copy it to the clipboard
Pasting should get the content of the clipboard and re-create the graph.
Clipboard management is likely going to just be handled by the editor
Serialization is probably not going to be a command but just a function call
Only the "Paste" command will end up being an actual command. Probably very similar to the ImportComponent command
Copying should serialize the selection and copy it to the clipboard
Pasting should get the content of the clipboard and re-create the graph.
Clipboard management is likely going to just be handled by the editor
Serialization is probably not going to be a command but just a function call
Only the "Paste" command will end up being an actual command. Probably very similar to the ImportComponent command