moveAndZoom property

String moveAndZoom
final

The text used for moving and zooming within the editor.

This icon appears in the editor bottombar.

When in the PaintEditorConfigs the config editorIsZoomable is set to true, this text will be displayed, allowing users to interact with the editor's zoom and move features. If editorIsZoomable is set to false, the text will be hidden.

Implementation

final String moveAndZoom;