This method will copy the frames to the OS clipboard as a json frame
An array of all frame ids you want to copy
This method will remove the frames and store them to the OS clipboard as a json frame
An array of all frame ids you want to cut
This method will get the content type of the OS clipboard
content type
This method will paste the OS clipboard content to the editor as frames
Generated using TypeDoc
The ClipboardController is responsible for all communication regarding clipboard. Methods inside this controller can be called by
window.SDK.clipboard.{method-name}