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

    Interface Window

    The Window interface represents a window containing a DOM document; the document property points to the DOM document loaded in that window.

    MDN Reference

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

    Hierarchy (View Summary)

    • EventTarget
    • AnimationFrameProvider
    • GlobalEventHandlers
    • WindowEventHandlers
    • WindowLocalStorage
    • WindowOrWorkerGlobalScope
    • WindowSessionStorage

    Indexable

    Index

    Properties

    Properties

    GeoLeaf?: GeoLeafGlobal