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

    Interface TypeWmsLegendStyle

    interface TypeWmsLegendStyle {
        legend: HTMLCanvasElement | null;
        name: string;
    }
    Index
    legend: HTMLCanvasElement | null

    The canvas element rendering the legend, or null if unavailable.

    name: string

    The name of the WMS legend style.