@geogirafe/lib-geoportal
    Preparing search index...
    interface ILayerWithLegend {
        isLegendExpanded: boolean;
        legend: boolean;
        legendImage?: string;
        wasLegendExpanded: boolean;
    }

    Implemented by

    Index

    Properties

    isLegendExpanded: boolean
    legend: boolean
    legendImage?: string
    wasLegendExpanded: boolean