Options
All
  • Public
  • Public/Protected
  • All
Menu

A VDomModel for the SavingStatus item.

Hierarchy

Index

Constructors

constructor

Properties

Private _docManager

_docManager: any

Private _onStatusChange

_onStatusChange: any

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

Private _status

_status: any

Private _widget

_widget: any

Readonly stateChanged

stateChanged: Signal<Model, void>

A signal emitted when any model state changes.

Accessors

isDisposed

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

    Returns boolean

status

  • The current status of the model.

    Returns SaveState

widget

  • get widget(): Widget
  • set widget(widget: Widget): void
  • 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

  • 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.

    Parameters

    • widget: Widget

    Returns void

Methods

dispose

  • dispose(): void
  • Dispose the model.

    Returns void

Generated using TypeDoc