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

    A normalised theme entry produced by _normalizeTheme.

    interface NormalizedTheme {
        id: string;
        label: string;
        type: string;
        description: string;
        icon: string;
        layers: unknown[];
    }
    Index

    Properties

    id: string
    label: string
    type: string
    description: string
    icon: string
    layers: unknown[]