geoview-core
    Preparing search index...

    Type Alias TypeLegend

    type TypeLegend = {
        legend: TypeVectorLayerStyles | HTMLCanvasElement | null;
        styleConfig?: TypeLayerStyleConfig | null;
        type: TypeGeoviewLayerType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    legend: TypeVectorLayerStyles | HTMLCanvasElement | null
    styleConfig?: TypeLayerStyleConfig | null
    type: TypeGeoviewLayerType