Search results

DragAndDropEventArgs API in JavaScript Chips API control

Properties

cancel

boolean

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

draggedItem

HTMLElement

Return the currently dragged chip item.

draggedItemData

{ : }

Return the currently dragged chip item details as array of JSON object

dropTarget

HTMLElement

Return the dragged element destination target.

event

MouseEvent & TouchEvent

Return the actual event.