geoview-core - v2.1.2
    Preparing search index...

    Type Alias TypeEsriImageLayerLegendLayer

    type TypeEsriImageLayerLegendLayer = {
        layerId: number | string;
        layerName: string;
        layerType: string;
        legend: TypeEsriImageLayerLegendLayerLegend[];
        legendType: string;
        maxScale: number;
        minScale: number;
    }
    Index

    Properties

    layerId: number | string
    layerName: string
    layerType: string
    legendType: string
    maxScale: number
    minScale: number