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

    A titled group of entries inside one layer's legend accordion.

    Both members are optional: a section with no title renders its items without a heading, and a section with no items renders nothing.

    interface LegendSection {
        title?: string;
        items?: LegendItem[];
    }
    Index

    Properties

    Properties

    title?: string
    items?: LegendItem[]