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

    One offered palette.

    interface PaletteEntry {
        id: string;
        label: string;
        swatch: string;
    }
    Index

    Properties

    Properties

    id: string

    Palette id — "default" means "no attribute", i.e. the kernel tokens as-is.

    label: string

    Human-readable name shown in the popover.

    swatch: string

    Colour of the swatch dot.