Model | @jupyterlab (original) (raw)
A VDomModel for rendering the PathStatus status item.
Hierarchy (View Summary)
- VDomModel
- Model
Index
Constructors
constructor
- new Model(docManager: IDocumentManager): PathStatus.Model
- Construct a new model.
Parameters
- docManager: IDocumentManager
the application document manager. Used to check whether the current widget is a document.
Returns PathStatus.Model
Properties
Readonly
stateChanged
A signal emitted when any model state changes.
Accessors
isDisposed
- get isDisposed(): boolean
- Test whether the model is disposed.
Returns boolean
name
- get name(): string
- The name of the current activity.
Returns string
path
- get path(): string
- The current path for the application.
Returns string
widget
- get widget(): null | Widget
- The current widget for the application.
Returns null | Widget
Returns void
Methods
dispose
- dispose(): void
- Dispose the model.