@geogirafe/lib-geoportal
    Preparing search index...
    type SharedExternalLayer = {
        checked: number;
        isExpanded: number;
        opacity?: number;
        order: number;
        swiped?: "left" | "right" | "no";
        wms?: { name: string; title: string; url: string };
        wmts?: { layer: string; name: string; url: string };
    }
    Index

    Properties

    checked: number
    isExpanded: number
    opacity?: number
    order: number
    swiped?: "left" | "right" | "no"
    wms?: { name: string; title: string; url: string }
    wmts?: { layer: string; name: string; url: string }