Get clipboard content
- 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Get clipboard content
- Updated on 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Returns current clipboard content.
If the clipboard is empty or does not contain a text value, returns null
.
Input arguments
No input arguments.
Output arguments
Number of outputs: 2
Label | Key | Type | Description |
---|---|---|---|
Clipboard content | clipboardContent |
String | Current content of the device clipboard. |
Events
No events.
Errors
Label | Code | Description |
---|---|---|
No clipboard content | noClipboardContent |
The clipboard has no text value |
Unknown error | unknown |
Unknown error occure while trying to get clipboard content. |
Was this article helpful?