Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigurationReducerState

Describes the reducer state branch for various configuration properties

export
interface

IConfigurationReducerState

Hierarchy

  • IConfigurationReducerState

Index

Properties

activeMapName

activeMapName: string | undefined

The current active map name

type

{(string | undefined)}

memberof

IConfigurationReducerState

agentKind

agentKind: ClientKind

The type of agent

type

{ClientKind}

memberof

IConfigurationReducerState

agentUri

agentUri: string | undefined

The agent URI

type

{(string | undefined)}

memberof

IConfigurationReducerState

availableMaps

availableMaps: INameValuePair[] | undefined

The array of available runtime maps

type

{(INameValuePair[] | undefined)}

memberof

IConfigurationReducerState

cancelDigitizationKey

cancelDigitizationKey: number

The key code to listen for cancelling an active digitization

type

{number}

memberof

IKeyBindingConfiguration

capabilities

capabilities: IViewerCapabilities

Viewer capabilities

type

{IViewerCapabilities}

memberof

IConfigurationReducerState

coordinates

Coordinate display configuration

type

{ICoordinateConfiguration}

memberof

IConfigurationReducerState

locale

locale: string

The current locale

type

{string}

memberof

IConfigurationReducerState

manualFeatureTooltips

manualFeatureTooltips: boolean

If specified and true and the MapTip component is active, then feature tooltips are activated by mouse click instead of idle mouse cursor at a given point on the map for a certain period of time.

An active MapTip component with this setting enabled will override normal click-based selection.

type

{boolean}

memberof

IConfigurationReducerState

undoLastPointKey

undoLastPointKey: number

The key code to listen for undoing the last drawn point of an active digitization

type

{number}

memberof

IKeyBindingConfiguration

viewRotation

viewRotation: number

The current view rotation

type

{number}

memberof

IConfigurationReducerState

viewRotationEnabled

viewRotationEnabled: boolean

Indicates if view rotation is enabled

type

{boolean}

memberof

IConfigurationReducerState

viewSizeUnits

viewSizeUnits: UnitOfMeasure

The unit to display view size in

type

{UnitOfMeasure}

memberof

IConfigurationReducerState

viewer

viewer: object

Viewer configuration

type

{{ imageFormat: ImageFormat; selectionImageFormat: ImageFormat; selectionColor: string; pointSelectionBuffer: number; }}

memberof

IConfigurationReducerState

Type declaration

Generated using TypeDoc