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

    Interface LabelButtonSyncState

    Per-layer state snapshot computed by the label button manager.

    interface LabelButtonSyncState {
        layerId: string;
        layerExists: boolean;
        layerVisible: boolean;
        labelEnabled: boolean;
        areLabelsActive: boolean;
    }
    Index

    Properties

    layerId: string
    layerExists: boolean
    layerVisible: boolean
    labelEnabled: boolean
    areLabelsActive: boolean