Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "reducers/config"

Index

Functions

Object literals

Functions

configReducer

  • Parameters

    • Default value state: IConfigurationReducerState = CONFIG_INITIAL_STATE
    • Default value action: AnyAction = { type: '', payload: null }

    Returns object | object | object | object | object

Object literals

Const CONFIG_INITIAL_STATE

CONFIG_INITIAL_STATE: object

activeMapName

activeMapName: undefined = undefined

agentKind

agentKind: "mapagent" = "mapagent"

agentUri

agentUri: undefined = undefined

availableMaps

availableMaps: undefined = undefined

cancelDigitizationKey

cancelDigitizationKey: number = KC_ESCAPE

capabilities

capabilities: IViewerCapabilities = {hasTaskPane: false,hasTaskBar: false,hasStatusBar: false,hasNavigator: false,hasSelectionPanel: false,hasLegend: false,hasToolbar: false,hasViewSize: false} as IViewerCapabilities

coordinates

coordinates: ICoordinateConfiguration = {decimals: 6} as ICoordinateConfiguration

locale

locale: string = DEFAULT_LOCALE

manualFeatureTooltips

manualFeatureTooltips: boolean = false

undoLastPointKey

undoLastPointKey: number = KC_U

viewRotation

viewRotation: number = 0

viewRotationEnabled

viewRotationEnabled: boolean = true

viewSizeUnits

viewSizeUnits: Meters = UnitOfMeasure.Meters

viewer

viewer: object

activeSelectedFeatureColor

activeSelectedFeatureColor: string = "0xFF0000AA"

imageFormat

imageFormat: "PNG" = "PNG"

loadIndicatorColor

loadIndicatorColor: string = "rgba(34, 153, 221, 0.9)"

loadIndicatorPositioning

loadIndicatorPositioning: "top" = "top"

pointSelectionBuffer

pointSelectionBuffer: number = 2

selectionColor

selectionColor: string = "0x0000FFAA"

selectionImageFormat

selectionImageFormat: "PNG8" = "PNG8"

Generated using TypeDoc