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

    The modules.theme-palette capability config block.

    interface ThemePaletteCapabilityConfig {
        enabled: boolean;
        default: string;
        palettes: PaletteEntry[];
    }
    Index

    Properties

    enabled: boolean

    Capability gate — the BUTTON is inert unless true. Opt-in (default OFF).

    default: string

    Palette applied absent a stored choice; also the fixed one when enabled is false.

    palettes: PaletteEntry[]

    Offered palettes; empty means the three built-ins.