Liking cljdoc? Tell your friends :D

web.DragEvent

The DragEvent interface is a dom.DOM event that represents drag and drop interaction. The user initiates a drag by placing pointer device (such as a mouse) on the touch surface and then the pointer to a new location (such as another DOM element). are free to interpret a drag and drop interaction in an application-specific

The DragEvent interface is a `dom.DOM event` that represents
drag and drop interaction. The user initiates a drag by placing
pointer device (such as a mouse) on the touch surface and then
the pointer to a new location (such as another DOM element).
are free to interpret a drag and drop interaction in an application-specific
raw docstring

constructorcljs

Constructor.

This constructor is used to create a synthetic web.DragEvent object.

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

Constructor.

This constructor is used to create a synthetic `web.DragEvent` object.

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

data-transfercljs

(data-transfer this)

Property.

The DragEvent.dataTransfer property holds the drag operation's (as a web.DataTransfer object).

var data = dragEvent.dataTransfer;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DragEvent/dataTransfer

Property.

The DragEvent.dataTransfer property holds the drag operation's
(as a `web.DataTransfer` object).

`var data = dragEvent.dataTransfer;`

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

set-data-transfer!cljs

(set-data-transfer! this val)

Property.

The DragEvent.dataTransfer property holds the drag operation's (as a web.DataTransfer object).

var data = dragEvent.dataTransfer;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DragEvent/dataTransfer

Property.

The DragEvent.dataTransfer property holds the drag operation's
(as a `web.DataTransfer` object).

`var data = dragEvent.dataTransfer;`

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

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

× close