Open Pioneer Trails Packages
    Preparing search index...

    Interface LegendProps

    These are special properties for the Legend.

    interface LegendProps {
        map?: MapModel;
        mapId?: string;
        showBaseLayers?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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.

    showBaseLayers?: boolean

    Specifies whether legend for active base layer is shown in the legend UI. Defaults to false.