A VDomModel for rendering the PathStatus status item.

Hierarchy (view full)

Constructors

Properties

_docManager: IDocumentManager
_name: string = ''
_path: string = ''
_widget: null | Widget = null
stateChanged: Signal<PathStatus.Model, void>

A signal emitted when any model state changes.

Accessors

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

    Returns boolean

Methods

  • Dispose the model.

    Returns void