@ngyewch/leaflet-webcomponent
    Preparing search index...

    Interface LayersControlEntry

    Layers control entry.

    interface LayersControlEntry {
        config: LayerConfiguration;
        name: string;
        selected?: boolean;
    }
    Index

    Properties

    Properties

    Layer configuration.

    name: string

    Layer name.

    selected?: boolean

    Is the layer selected for display at the beginning (only used by overlay layers).