Reads the clipboard
Options:
Option | Required | Description | Example |
---|---|---|---|
variableName | true | (string) A name to store the read value in. | clipboard value |
Example 1: Reads the clipboard value
{
"action": "get-clipboard",
"options": {
"variableName": "clipboardValue"
}
}