read

suspend fun read(): ClipboardItems(source)

The read() method of the Clipboard interface requests a copy of the clipboard's contents, fulfilling the returned Promise with the data.

MDN Reference