Clipboard - nodebotrpa/editor GitHub Wiki
Clipboard Automation
Sets and retrieves clipboard data.
Nodes
Set Text
Sets a specified text to the clipboard
| Parameter Name | Description |
|---|---|
| Text | The text to be copied to the clipboard |
Get Text
Retrieves clipboard text into variable and msg.payload
| Parameter Name | Description |
|---|---|
| Variable | Specifies the variable name to assign the output. Output result is storing on local. |
Set Image
Sets an image to the clipboard
| Parameter Name | Description |
|---|---|
| File name | Image file to be copied to the clipboard |
Get Image
Saves clipboard image data to file
| Parameter Name | Description |
|---|---|
| File name | Specifies the file name to save the clipboard image. (Supports PNG only) |
Clear
Clears clipboard