The system clipboard.
The system clipboard.
(read-text)
Read the current clipboard contents as text.
Returns: Thenable<string>
- A thenable that resolves to a string.
Read the current clipboard contents as text. **Returns:** `Thenable<string>` - A thenable that resolves to a string.
(write-text value)
Writes text into the clipboard.
Parameters:
value
: string
Returns: Thenable<void>
- A thenable that resolves when writing happened.
Writes text into the clipboard. **Parameters:** - `value`: `string` **Returns:** `Thenable<void>` - A thenable that resolves when writing happened.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close