Describes the reducer state branch for viewer state
IViewerReducerState
The number of active busy actions. Zero indicates no busy activity. One or more indicates busy activity.
{number}
Indicates if feature tooltips are enabled
{boolean}
The current size of the map viewport (in pixels)
{([number, number] | undefined)}
The active map tool
{ActiveMapTool}
Generated using TypeDoc
Describes the reducer state branch for viewer state
IViewerReducerState