Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IViewerReducerState

Describes the reducer state branch for viewer state

export
interface

IViewerReducerState

Hierarchy

  • IViewerReducerState

Index

Properties

busyCount

busyCount: number

The number of active busy actions. Zero indicates no busy activity. One or more indicates busy activity.

type

{number}

memberof

IViewerReducerState

featureTooltipsEnabled

featureTooltipsEnabled: boolean

Indicates if feature tooltips are enabled

type

{boolean}

memberof

IViewerReducerState

tool

tool: ActiveMapTool.Zoom | ActiveMapTool.Select | ActiveMapTool.Pan | ActiveMapTool.None

The active map tool

type

{ActiveMapTool}

memberof

IViewerReducerState

Generated using TypeDoc