DragStartArgs

12 Sep 20251 minute to read

Defines the dragstart event arguments

Properties

cancel boolean

Illustrates whether the current action needs to be prevented or not.

element HTMLElement

Specifies the cell element being dragged.

event MouseEvent|TouchEvent

Specifies the original event.