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

    Interface FeatureInitContext

    Dependency context shared by the feature-module initializers in init-features.ts. Assembled by the caller and passed by value.

    interface FeatureInitContext {
        GeoLeaf: GeoLeafGlobal;
        cfg: GeoLeafConfig;
        map: IMapAdapter | null;
        AppLog: AppLogger;
    }
    Index

    Properties

    Properties

    GeoLeaf: GeoLeafGlobal

    The global GeoLeaf namespace.

    The active profile configuration.

    map: IMapAdapter | null

    The map adapter instance (engine-agnostic boundary).

    AppLog: AppLogger

    Production logger.