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

    The modules.branding capability config block.

    interface BrandingCapabilityConfig {
        enabled: boolean;
        text?: string;
        position?: string;
    }
    Index

    Properties

    enabled: boolean

    Capability gate — the overlay is inert when false. Opt-in (enableWhenAbsent: false): absent → disabled.

    text?: string

    Text displayed in the branding overlay.

    position?: string

    Overlay position on the map (e.g. "bottomleft").