Skip to content

ItemView.handleDrop method

ItemView › handleDrop

Unofficial

Handle a drop event on this view.

Signature:

handleDrop(event: DragEvent, draggable: Draggable, isOver: boolean): DropResult | null

Parameters:

ParameterTypeDescription
eventDragEventThe drag event.
draggableDraggableThe draggable object being dropped.
isOverbooleanWhether the draggable is over the view.

Returns: DropResult | nullThe drop result, or null if the drop was not handled.