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

    Type Alias TypeEsriImageLayerLegendLayerLegend

    type TypeEsriImageLayerLegendLayerLegend = {
        contentType: string;
        height: number;
        imageData: string;
        label: string;
        url: string;
        values: string[];
        width: number;
    }
    Index

    Properties

    contentType: string
    height: number
    imageData: string
    label: string
    url: string
    values: string[]
    width: number