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

    The full legend structure generated for one style file.

    interface LegendData {
        version: string;
        id?: string;
        title: string;
        description: string;
        sections: { title: string; items: LegendItemData[] }[];
    }
    Index

    Properties

    version: string
    id?: string
    title: string
    description: string
    sections: { title: string; items: LegendItemData[] }[]