DragAndDropEventArgs
12 Sep 20251 minute to read
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.