Model | @jupyterlab (original) (raw)
A VDom model for a status item tracking the line/column of an editor.
Hierarchy (View Summary)
- VDomModel
- Model
Index
Constructors
constructor
Properties
Readonly
stateChanged
A signal emitted when any model state changes.
Accessors
column
- get column(): number
- The current column of the model.
Returns number
editor
- get editor(): null | CodeEditor.IEditor
- The current editor of the model.
Returns null | CodeEditor.IEditor
- set editor(editor: null | CodeEditor.IEditor): void
Returns void
isDisposed
- get isDisposed(): boolean
- Test whether the model is disposed.
Returns boolean
line
- get line(): number
- The current line of the model.
Returns number
Methods
dispose
- dispose(): void
- Dispose the model.