CLIPBOARD
Clipboard handling functions.
clipboard.get
Returns the value of the stored clipboard.
Syntax
clipboard.get
clipboard.set
Store a value in the clipboard.
Syntax
clipboard.set("Hello world!")
clipboard.length
Returns the length of the value stored in the clipboard.
Syntax
clipboard.length
clipboard.is_empty
Verifies that there is a value stored in the clipboard.
Syntax
clipboard.is_empty
clipboard.empty
Empty values stored in the clipboard.
Syntax
clipboard.empty
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub