Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.clipboard

The clipboard provides read and write access to the system's clipboard.

The clipboard provides read and write access to the system's clipboard.
raw docstring

read-textcljs

(read-text clipboard)

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.
sourceraw docstring

write-textcljs

(write-text clipboard 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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close