Editor Zoom

Returns a number describing the current zoom of the editor camera.

Syntax

function getEditorZoom(state) {
  return state.camera.editorZoom;
}