drops

open fun drops(init: DragEvent.() -> Unit): Listener<DragEvent, T>

occurs when the dragged element is dropped on the drop target

Return

a Listener that emits DragEvents on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


occurs when the dragged element is dropped on the drop target