Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

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

    export

    Returns ReduxThunkedAction

  • Sets the expanded/collapsed state of the given group

    export

    Parameters

    • mapName: string
    • options: { id: string; value: boolean }
      • id: string
      • value: boolean

    Returns ILegendSetGroupExpandedAction

  • Sets the visibility for the given map group

    export

    Parameters

    • mapName: string
    • options: { id: string; value: boolean }
      • id: string
      • value: boolean

    Returns ILegendSetGroupVisibilityAction

  • Sets the selectability state for the given map layer

    export

    Parameters

    • mapName: string
    • options: { id: string; value: boolean }
      • id: string
      • value: boolean

    Returns ILegendSetGroupSelectableAction

  • Sets the visibility for the given map layer

    export

    Parameters

    • mapName: string
    • options: { id: string; value: boolean }
      • id: string
      • value: boolean

    Returns ILegendSetLayerVisibilityAction

Generated using TypeDoc