onDragOver
fun Node.onDragOver(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(DragEvent) -> Unit)
See also
Node.setOnDragOver
fun Scene.onDragOver(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(DragEvent) -> Unit)
See also
Scene.setOnDragOver