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

    Detail payload of the geoleaf:layer-item:controls seam event.

    interface LayerItemControlsDetail {
        layerId: string;
        controlsContainer: HTMLElement;
        toggleable: boolean;
    }
    Index

    Properties

    layerId: string

    The layer whose control row was rendered.

    controlsContainer: HTMLElement

    The live control container element capabilities may inject buttons into.

    toggleable: boolean

    Whether the layer row is toggleable (visibility toggle present).