dragovers

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

occurs when the dragged element is over 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 over the drop target