Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/legend"

Index

Functions

refresh

  • Perform a full refresh with a requery of the layer/group structure

    export

    Returns ReduxThunkedAction

setGroupExpanded

  • Sets the expanded/collapsed state of the given group

    export

    Parameters

    • mapName: string
    • options: object
      • id: string
      • value: boolean

    Returns ILegendSetGroupExpandedAction

setGroupVisibility

  • Sets the visibility for the given map group

    export

    Parameters

    • mapName: string
    • options: object
      • id: string
      • value: boolean

    Returns ILegendSetGroupVisibilityAction

setLayerSelectable

  • Sets the selectability state for the given map layer

    export

    Parameters

    • mapName: string
    • options: object
      • id: string
      • value: boolean

    Returns ILegendSetGroupSelectableAction

setLayerVisibility

  • Sets the visibility for the given map layer

    export

    Parameters

    • mapName: string
    • options: object
      • id: string
      • value: boolean

    Returns ILegendSetLayerVisibilityAction

Generated using TypeDoc