Interface for Drag Event arguments
boolean
If you want to cancel this event then, set cancel to true. Otherwise, false.
HTMLElement
Specifies the current drag element.
MouseEvent
& TouchEvent
Specifies the actual event.
Object[]
Return the current items as an array of JSON object.
HTMLElement
Specifies the current target element.