GeoLeaf Core API - v3.0.0
    Preparing search index...

    Interface BasemapUIConfigInput

    Config surface the basemap UI reads to decide whether to render controls. Only ui (and, for the Config fallback, basemaps) is consulted; callers may pass a wider options bag — the extra keys are ignored.

    interface BasemapUIConfigInput {
        ui?: { showBaseLayerControls?: boolean; [key: string]: unknown };
        basemaps?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    ui?: { showBaseLayerControls?: boolean; [key: string]: unknown }
    basemaps?: Record<string, unknown>