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

    Detail payload of the geoleaf:layer-manager:panel seam event.

    interface LayerManagerPanelDetail {
        container: HTMLElement;
        mainWrapper: HTMLElement;
        headerWrapper: HTMLElement;
    }
    Index

    Properties

    container: HTMLElement

    The layer manager root (.gl-layer-manager).

    mainWrapper: HTMLElement

    The main wrapper holding the header and body wrappers.

    headerWrapper: HTMLElement

    The header wrapper. Insert after this node and before the body wrapper: the body is emptied on every renderSections() call (render-sections.tsclearElementFast), so anything mounted inside it disappears the first time a layer is toggled.