editorMinScale property

double editorMinScale
final

The minimum scale factor for the editor.

This value determines the lowest level of zoom that can be applied to the editor content. It only has an effect when editorIsZoomable is set to true. If editorIsZoomable is false, this value is ignored.

Default value is 1.0.

Implementation

final double editorMinScale;