Tutorial: Clipboard.readText

Clipboard.readText

Read the content of the clipboard as plain text

Example

fin.Clipboard.readText().then(text => console.log(text)).catch(err => console.log(err));