Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the reducer state branch for various configuration properties

export
interface

IConfigurationReducerState

Hierarchy

  • IConfigurationReducerState

Index

Properties

activeMapName: undefined | string

The current active map name

memberof

IConfigurationReducerState

agentKind: ClientKind

The type of agent

memberof

IConfigurationReducerState

agentUri: undefined | string

The agent URI

memberof

IConfigurationReducerState

appSettings?: Dictionary<string>

A dictionary of arbitrary app settings

since

0.14

availableMaps: undefined | INameValuePair[]

The array of available runtime maps

memberof

IConfigurationReducerState

cancelDigitizationKey: number

The key code to listen for cancelling an active digitization

memberof

IKeyBindingConfiguration

capabilities: IViewerCapabilities

Viewer capabilities

memberof

IConfigurationReducerState

Coordinate display configuration

memberof

IConfigurationReducerState

locale: string

The current locale

memberof

IConfigurationReducerState

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

selectCanDragPan: boolean
since

0.14.2

undoLastPointKey: number

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

memberof

IKeyBindingConfiguration

viewRotation: number

The current view rotation

memberof

IConfigurationReducerState

viewRotationEnabled: boolean

Indicates if view rotation is enabled

memberof

IConfigurationReducerState

viewSizeUnits: UnitOfMeasure

The unit to display view size in

memberof

IConfigurationReducerState

viewer: { activeSelectedFeatureColor: string; imageFormat: ImageFormat; isStateless: boolean; loadIndicatorColor: string; loadIndicatorPositioning: MapLoadIndicatorPositioning; pointSelectionBuffer: number; selectionColor: string; selectionImageFormat: ImageFormat }

Viewer configuration

memberof

IConfigurationReducerState

Type declaration

  • activeSelectedFeatureColor: string

    The color to use for highlighting active selected features

  • imageFormat: ImageFormat

    The current image format

  • isStateless: boolean

    Whether this viewer will use stateless MapGuide rendering operations

    since

    0.14

  • 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