DragStartEventArgs

Interface representing event arguments for the dragStart event.

Properties

clonedElement HTMLElement

Defines the cloned HTML element being dragged that is created in the helper function.

element HTMLElement

Gets the HTML element being dragged.

event MouseEvent TouchEvent

Gets the original calling event.

target HTMLElement

Defines the HTML element container where the draggable element is.