Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.env.clipboard

The system clipboard.

The system clipboard.
raw docstring

read-textcljs

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

write-textcljs

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

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

× close