clipboard

clipboard ( ) : string

Returns the clipboard content (text only)

Example



clipboardContent = clipboard() //Displays the content of the clipboard in the console
console(clipboardContent) //


See also

setClipboard