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

    Interface GeoLeafAPINamespace

    Shape of globalThis.GeoLeaf as expected by api/ files.

    Intentionally permissive ([key: string]: unknown) — the full namespace is assembled progressively at boot and only the keys used by this cluster are declared explicitly.

    interface GeoLeafAPINamespace {
        _APIController?: { init(): boolean } | null;
        API?: IGeoLeafAPIConstructors;
        CONSTANTS?: Record<string, unknown>;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    _APIController?: { init(): boolean } | null
    CONSTANTS?: Record<string, unknown>