@geogirafe/lib-geoportal
    Preparing search index...

    Represents a class in the MFP legend.

    interface MFPLegendClass {
        classes?: MFPLegendClass[];
        dpi?: number;
        icons?: string[];
        name?: string;
    }
    Index

    Properties

    classes?: MFPLegendClass[]
    dpi?: number
    icons?: string[]
    name?: string