A class that manages the auto saving of a document.

Notes

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

Hierarchy

  • SaveHandler

Implements

Constructors

Properties

_autosaveTimer: any
_context: any
_inDialog: any
_interval: any
_isActive: any
_isConnectedCallback: any
_isDisposed: any
_minInterval: any
_multiplier: any
_save: any

Handle an autosave timeout.

_setTimer: any

Set the timer.

Accessors

  • get isActive(): boolean
  • Get whether the handler is active.

    Returns boolean

  • get isDisposed(): boolean
  • Get whether the save handler is disposed.

    Returns boolean

  • get saveInterval(): number
  • The save interval used by the timer (in seconds).

    Returns number

  • set saveInterval(value): void
  • Parameters

    • value: number

    Returns void

Methods

  • Dispose of the resources used by the save handler.

    Returns void

  • Start the autosaver.

    Returns void

  • Stop the autosaver.

    Returns void

Generated using TypeDoc