A class that manages the auto saving of a document.

Notes

Implements https://github.com/ipython/ipython/wiki/IPEP-15:-Autosaving-the-IPython-Notebook.

Implements

Constructors

Properties

_autosaveTimer: number = -1
_inDialog: boolean = false
_interval: number = -1
_isActive: boolean = false
_isConnectedCallback: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

_isDisposed: boolean = false
_minInterval: number = -1
_multiplier: number = 10

Accessors

Methods