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

    Minimal structural view of the legend control instance as referenced from public-api.ts — only the members the API guards/calls are typed; the rest (the full builder surface in legend-control.ts) is carried as unknown.

    interface LegendControlLike {
        _container?: HTMLElement;
        hide?: () => void;
        updateMultiLayerContent?: (arr: unknown[]) => void;
        addTo?: (map: unknown) => unknown;
        remove?: () => void;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    _container?: HTMLElement
    hide?: () => void
    updateMultiLayerContent?: (arr: unknown[]) => void
    addTo?: (map: unknown) => unknown
    remove?: () => void