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

    A theme descriptor (loose JSON read from the active profile).

    interface ThemeConfig {
        id: string;
        name?: string;
        label?: string;
        layers?: ThemeLayerConfig[];
        config?: Record<string, unknown>;
    }
    Index

    Properties

    id: string
    name?: string
    label?: string
    layers?: ThemeLayerConfig[]
    config?: Record<string, unknown>