Read the text representation of the current clipboard data. If the data is not text at all, this returns an empty string. If you want to read optional html or file path, consider
Optional
Note: the offset option is not yet implemented.
const text = await Clipboard.readText(); Copy
const text = await Clipboard.readText();
Read the text representation of the current clipboard data. If the data is not text at all, this returns an empty string. If you want to read optional html or file path, consider