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

    Validated themes configuration returned by _validateConfig.

    interface ValidatedThemesConfig {
        config: {
            primaryThemes: ThemeConfigSection;
            secondaryThemes: ThemeConfigSection;
        };
        themes: NormalizedTheme[];
        defaultTheme: string
        | null;
    }
    Index

    Properties

    config: {
        primaryThemes: ThemeConfigSection;
        secondaryThemes: ThemeConfigSection;
    }
    themes: NormalizedTheme[]
    defaultTheme: string | null