FileDragEventArgs

12 Sep 20251 minute to read

Interface for Drag Event arguments

Properties

cancel boolean

If you want to cancel this event then, set cancel to true. Otherwise, false.

element HTMLElement

Specifies the current drag element.

event MouseEvent & TouchEvent

Specifies the actual event.

fileDetails Object[]

Return the current items as an array of JSON object.

target HTMLElement

Specifies the current target element.