onZoomStarted

fun Node.onZoomStarted(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(ZoomEvent) -> Unit)

See also

Node.setOnZoomStarted

fun Scene.onZoomStarted(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(ZoomEvent) -> Unit)

See also

Scene.setOnZoomStarted