Interface for DragAndDrop event arguments.
boolean
If you want to cancel this event then, set cancel as true. Otherwise, false.
HTMLElement
Return the cloned element
HTMLLIElement
Return the currently dragged TreeView node.
{ : }
Return the currently dragged node as array of JSON object from data source.
Element
Return the dragged element’s source parent
number
Returns the dragged/dropped element’s target index position
string
Return the cloned element’s drop status icon while dragging
number
Returns the dragged/dropped element’s target level
Element
Return the dragged element’s destination parent
HTMLLIElement
Return the dropped TreeView node.
{ : }
Return the dropped node as array of JSON object from data source.
MouseEvent
& TouchEvent
Return the actual event.
string
Denotes the cloned element’s drop position relative to the dropped node while dragging. The available values are,
boolean
Return boolean value for preventing auto-expanding of parent node.
HTMLElement
Return the target element from which drag starts/end.