DragEventArgs

12 Sep 20251 minute to read

An interface that holds option to control the dragging and dragged item action.

Properties

cancel boolean

Defines the prevent action.

clonedElement HTMLElement

Return the clone element

draggedItem HTMLElement

Defines the current dragged Tab item.

droppedItem HTMLElement

Defines the dropped Tab item.

event MouseEvent

Return the actual event.

index number

defines the Dragged Tab item index.

name string

Specifies name of the event.

target HTMLElement

Return the target element