Search results

FileDragEventArgs API in Vue FileManager API component

Interface for Drag Event arguments

Properties

cancel

boolean

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

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.