Liking cljdoc? Tell your friends :D
ClojureScript only.

web.clipboard.ClipboardEvent

The ClipboardEvent interface represents events providing information to modification of the clipboard, that is cut, copy, and paste

The ClipboardEvent interface represents events providing information
to modification of the clipboard, that is cut, copy, and paste
raw docstring

clipboard-datacljs

(clipboard-data this)

Method.

[Experimental]

The ClipboardEvent.clipboardData property holds a web.drag.DataTransfer which can be used:

data = ClipboardEvent.clipboardData

See also: https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent/clipboardData

Method.

[Experimental]

The ClipboardEvent.clipboardData property holds a `web.drag.DataTransfer`
which can be used:

`data = ClipboardEvent.clipboardData`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent/clipboardData`
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close