onZoomFinished

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

See also

Node.setOnZoomFinished

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

See also

Scene.setOnZoomFinished