Hierarchy

  • BasemapLayerListService

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optional expandMode: "auto" | "floating" | "drawer"

    Returns BasemapLayerListService

Properties

expandMode?: "auto" | "floating" | "drawer"

Methods

  • Adds an Esri BasemapLayerList widget and, optionally, an Esri Expand widget containing the Basemap Layer List to the View.map.

    Returns

    the constructed widgets as an Array

    Parameters

    • container: string | HTMLElement

      a DOM node or the ID of a DOM Node, as supported by the Widget.container property. Typically, just pass the Element.

    • initSettings: IVhbViewBasemapLayerListConfig

      configuration settings that will be applied when constructing the widget

    Returns [BasemapLayerList, null | Expand]

Generated using TypeDoc