onZoom
fun Node.onZoom(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(ZoomEvent) -> Unit)
See also
Node.setOnZoom
fun Scene.onZoom(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(ZoomEvent) -> Unit)
See also
Scene.setOnZoom