DragEventArgs

Interface representing event arguments for the drag event.

Properties

cancel Boolean

Specifies whether the dragging event should be cancelled or not. Set to true to cancel the dragging event.

element HTMLElement

Gets the HTML element being dragged.

event MouseEvent TouchEvent

Gets the original calling event.

target HTMLElement

Gets the HTML element that the dragging element is being dragged to.