A VDomModel for the SavingStatus item.

Hierarchy

Constructors

Properties

_docManager: any
_onStatusChange: any

React to a saving status change from the current document widget.

_status: any
_widget: any
stateChanged: Signal<SavingStatus.Model, void>

A signal emitted when any model state changes.

Accessors

  • get isDisposed(): boolean
  • Test whether the model is disposed.

    Returns boolean

  • get widget(): Widget
  • The current widget for the model. Any widget can be assigned, but it only has any effect if the widget is an IDocument widget known to the application document manager.

    Returns Widget

  • set widget(widget): void
  • Parameters

    Returns void

Methods

  • Dispose the model.

    Returns void

Generated using TypeDoc