Last updated 3 years ago
Allows interaction with the clipboard
// action object for 'cllipboard' [ { "action": "clipboard", "options": { "set": "This is some sample copy I want to copy." } } ]
action
clipboard
options.set
string that you want to be placed on the clipboard
string