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

    Legend metadata attached to a style or a single style rule.

    interface StyleLegendMeta {
        label?: string;
        order?: number;
        description?: string;
    }
    Index

    Properties

    label?: string
    order?: number
    description?: string