GeoLeaf Core API - v3.0.0
    Preparing search index...
    interface AvailableProfileEntry {
        id: string;
        displayLabel: string;
        icon?: string;
    }
    Index

    Properties

    Properties

    id: string

    Profile id — matches the directory name under profiles/.

    displayLabel: string

    Short label for the selector (displayLabel ?? label ?? id at harvest time).

    icon?: string

    Optional emoji rendered before the label.