Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the full application state tree. Redux-aware components can connect and subscribe to various properties and branches of this tree and be automatically notified of any changes and update and re-render themselves accordingly

export
interface

IApplicationState

Hierarchy

  • IApplicationState

Index

Properties

config: Readonly<IConfigurationReducerState>

Viewer configuration

memberof

IApplicationState

initError: Readonly<IInitErrorReducerState>

Initialization errors

memberof

IApplicationState

lastaction: any

Tracks the last dispatched action

memberof

IApplicationState

mapState: Readonly<IBranchedMapState>

Runtime map state

memberof

IApplicationState

modal: Readonly<IModalReducerState>

Modal dialog state

memberof

IApplicationState

mouse: Readonly<IMouseReducerState>

Tracked mouse coordinate state

memberof

IApplicationState

taskpane: Readonly<ITaskPaneReducerState>

Task Pane component state

memberof

IApplicationState

template: Readonly<ITemplateReducerState>

Current template state

memberof

IApplicationState

toolbar: Readonly<IToolbarReducerState>

Toolbar state

memberof

IApplicationState

viewer: Readonly<IViewerReducerState>

Viewer state

memberof

IApplicationState

Generated using TypeDoc