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

    A LayerManager section grouping a set of LMItems.

    interface LMSection {
        id: string;
        label?: string;
        order?: number;
        collapsedByDefault?: boolean;
        items: LMItem[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    id: string
    label?: string
    order?: number
    collapsedByDefault?: boolean
    items: LMItem[]