clipboard ( ) : string
Returns the clipboard content (text only)
Example
clipboardContent = clipboard() //Displays the content of the clipboard in the console
console(clipboardContent) //
Returns the clipboard content (text only)
clipboardContent = clipboard() //Displays the content of the clipboard in the console
console(clipboardContent) //