Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Interface Window

    A window containing a DOM document; the document property points to the DOM document loaded in that window.

    MDN Reference

    interface Window {
        __TAURI__?: any;
        playerContext?: PlayerContextType;
        videoElementCache?: Map<string, HTMLVideoElement>;
        [index: number]: Window;
    }

    Hierarchy

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

    Indexable

    Index

    Properties

    __TAURI__?: any
    playerContext?: PlayerContextType
    videoElementCache?: Map<string, HTMLVideoElement>