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

    Interface PerfWindow

    Window augmented with the runtime perf opt-in flag. Mirrors the LoadingWindow pattern used in theme-applier/core.ts — keeps the __GEOLEAF_PERF__ access typed without a project-wide Window augmentation.

    interface PerfWindow {
        __GEOLEAF_PERF__?: boolean;
        GeoLeaf?: GeoLeafGlobal;
        [index: number]: Window;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    __GEOLEAF_PERF__?: boolean
    GeoLeaf?: GeoLeafGlobal