The DragEvent interface is a DOM event
that represents a drag
drop interaction. The user initiates a drag by placing a pointer
(such as a mouse) on the touch surface and then dragging the
to a new location (such as another DOM element). Applications
free to interpret a drag and drop interaction in an application-specific
The DragEvent interface is a `DOM event` that represents a drag drop interaction. The user initiates a drag by placing a pointer (such as a mouse) on the touch surface and then dragging the to a new location (such as another DOM element). Applications free to interpret a drag and drop interaction in an application-specific
(constructor & args)
Constructor.
This constructor is used to create a synthetic web.drag.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.drag.DragEvent` object. See also: `https://developer.mozilla.org/en-US/docs/Web/API/DragEvent/DragEvent`
(data-transfer this)
Property.
[Read Only]
The DragEvent.dataTransfer property holds the drag operation's
(as a web.drag.DataTransfer
object).
var data = dragEvent.dataTransfer;
See also: https://developer.mozilla.org/en-US/docs/Web/API/DragEvent/dataTransfer
Property. [Read Only] The DragEvent.dataTransfer property holds the drag operation's (as a `web.drag.DataTransfer` object). `var data = dragEvent.dataTransfer;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DragEvent/dataTransfer`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close