META UI Components
    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 {
        blockPartialDataApplication: boolean;
        tableDataLoading?: { [tableId: string]: boolean };
        [index: number]: Window;
    }

    Hierarchy

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

    Indexable

    Index

    Properties

    blockPartialDataApplication: boolean

    Флаг блокировки применения partial data во время undoRedo операций в таблицах

    tableDataLoading?: { [tableId: string]: boolean }

    Состояние загрузки данных для таблиц Ключ - ID таблицы, значение - флаг загрузки (true = идет загрузка)