DragEventArgs

12 Sep 20251 minute to read

Provides information about a Drag, Drag Start/End event.

Properties

cancel boolean

Defines the cancel option.

data Record[]

Returns the dragged event data.

dropIndex number

Defines the dropped card position.

element HTMLElement|HTMLElement[]

Returns the drag element.

event MouseEvent

Returns the mouse event.

name string

Specifies name of the event.