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

    Variable AVAILABLE_CELL_COMPONENTSConst

    AVAILABLE_CELL_COMPONENTS: readonly [
        { id: "map-2d"; label: "2D Map"; tagName: "girafe-map-2d" },
        { id: "map-3d"; label: "3D Map"; tagName: "girafe-map-3d" },
    ] = ...

    The Components that can be displayed in a Cell of the Grid. To make a new Component available to the user, it is enough to add it to this list (and to add its Element to the Grid in the HTML of the application).