Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBranchedMapSubState

Describes the reducer state branch for a runtime map

export
interface

IBranchedMapSubState

Hierarchy

  • IBranchedMapSubState

Index

Properties

activeSelectedFeature

activeSelectedFeature: ActiveSelectedFeature | undefined

The active selected feature to highlight

memberof

IBranchedMapSubState

currentView

currentView: IMapView | undefined

The current map view

memberof

IBranchedMapSubState

expandedGroups

expandedGroups: any

A set of expanded group ids

memberof

IBranchedMapSubState

externalBaseLayers

externalBaseLayers: IExternalBaseLayer[]

The external base layers for the runtime map

memberof

IBranchedMapSubState

featureIndex

featureIndex: number

The current selected feature index

memberof

IBranchedMapSubState

hideGroups

hideGroups: string[]

The array of ids of groups to hide

memberof

IBranchedMapSubState

hideLayers

hideLayers: string[]

The array of ids of layers to hide

memberof

IBranchedMapSubState

history

history: IMapView[]

The view navigation history stack

memberof

IBranchedMapSubState

historyIndex

historyIndex: number

The current position in the view navigation history stack

memberof

IBranchedMapSubState

initialView

initialView: IMapView | undefined

The initial map view

memberof

IBranchedMapSubState

layerIndex

layerIndex: number

The current selected layer index

memberof

IBranchedMapSubState

layerTransparency

layerTransparency: LayerTransparencySet

Layer transparency settings

memberof

IBranchedMapSubState

layers

layers: ILayerInfo[]

The layers in this viewer. First item is top-most layer. Last item is bottom-most layer.

since

0.13

runtimeMap

runtimeMap: RuntimeMap | undefined

The runtime map state

memberof

IBranchedMapSubState

selectableLayers

selectableLayers: any

A set of selectable layer ids

memberof

IBranchedMapSubState

selectionSet

selectionSet: QueryMapFeaturesResponse | undefined

The current selection state

memberof

IBranchedMapSubState

showGroups

showGroups: string[]

The array of ids of groups to show

memberof

IBranchedMapSubState

showLayers

showLayers: string[]

The array of ids of layers to show

memberof

IBranchedMapSubState

Generated using TypeDoc