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