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

memberof

IConfigurationReducerState

agentKind

agentKind: ClientKind

The type of agent

memberof

IConfigurationReducerState

agentUri

agentUri: string | undefined

The agent URI

memberof

IConfigurationReducerState

availableMaps

availableMaps: INameValuePair[] | undefined

The array of available runtime maps

memberof

IConfigurationReducerState

cancelDigitizationKey

cancelDigitizationKey: number

The key code to listen for cancelling an active digitization

memberof

IKeyBindingConfiguration

capabilities

capabilities: IViewerCapabilities

Viewer capabilities

memberof

IConfigurationReducerState

coordinates

Coordinate display configuration

memberof

IConfigurationReducerState

locale

locale: string

The current locale

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.

memberof

IConfigurationReducerState

undoLastPointKey

undoLastPointKey: number

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

memberof

IKeyBindingConfiguration

viewRotation

viewRotation: number

The current view rotation

memberof

IConfigurationReducerState

viewRotationEnabled

viewRotationEnabled: boolean

Indicates if view rotation is enabled

memberof

IConfigurationReducerState

viewSizeUnits

viewSizeUnits: UnitOfMeasure

The unit to display view size in

memberof

IConfigurationReducerState

viewer

viewer: object

Viewer configuration

memberof

IConfigurationReducerState

Type declaration

  • activeSelectedFeatureColor: string

    The color to use for highlighting active selected features

  • imageFormat: ImageFormat

    The current image format

  • loadIndicatorColor: string

    The color of the map loading indicator. This is an valid CSS color expression

  • loadIndicatorPositioning: MapLoadIndicatorPositioning

    The position of the map loading indicator

  • pointSelectionBuffer: number

    The current point selection pixel tolerance

  • selectionColor: string

    The current selection color

  • selectionImageFormat: ImageFormat

    The current selection image format

Generated using TypeDoc