Open Pioneer Trails Packages
    Preparing search index...

    These are special properties for the BasemapSwitcher.

    interface BasemapSwitcherProps {
        allowSelectingEmptyBasemap?: boolean;
        "aria-label"?: string;
        "aria-labelledby"?: string;
        className?: string;
        map?: MapModel;
        mapId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowSelectingEmptyBasemap?: boolean

    Specifies whether an option to deactivate all basemap layers is available in the BasemapSwitcher. Defaults to false.

    "aria-label"?: string

    Optional aria-label property. Do not use together with aria-label.

    "aria-labelledby"?: string

    Optional aria-labelledby property. Do not use together with aria-label.

    className?: string

    Additional css class name(s) that will be added to the BasemapSwitcher component.

    map?: MapModel

    The map model to use.

    mapId?: string

    The id of the map. The map will be looked up in the MapRegistry service.

    Use the map property instead.