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

    Interface RevealDeps

    Dependency context for setupReveal (init-reveal.ts).

    interface RevealDeps {
        GeoLeaf: GeoLeafGlobal;
        map: IMapAdapter | null;
        AppLog: AppLogger;
        profileBounds: GeoLeafBounds | null;
        profilePadding: RevealPadding | null;
        permalinkCfg: PermalinkRuntimeConfig;
    }
    Index

    Properties

    GeoLeaf: GeoLeafGlobal
    map: IMapAdapter | null
    AppLog: AppLogger
    profileBounds: GeoLeafBounds | null

    Profile bounds used to re-fit the view at reveal (null in center+zoom mode).

    profilePadding: RevealPadding | null

    Padding applied to the reveal-time fitBounds.

    Resolved permalink config (cfg.ui.permalink or {}).