GimpUi.ZoomModel::zoomed

connect('zoomed', function (zoomModel, old_factor: Number(gdouble), new_factor: Number(gdouble), ): void);
  

Emitted when the zoom factor of the zoom model changes.

zoomModel

instance of GimpUi.ZoomModel that is emitting the signal

old_factor

the zoom factor before it changes

new_factor

the zoom factor after it has changed.