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

    The currentStyle.label object as the labels module reads it.

    interface LayerStyleLabel {
        enabled?: boolean;
        visibleByDefault?: boolean;
        labelScale?: LabelScaleConfig;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    enabled?: boolean
    visibleByDefault?: boolean
    labelScale?: LabelScaleConfig