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

    The layerManagerConfig configuration block consumed by _applyLayerManagerConfig.

    interface LMConfig {
        title?: string;
        collapsedByDefault?: boolean;
        sections?: LMConfigSection[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    title?: string
    collapsedByDefault?: boolean
    sections?: LMConfigSection[]