Model | @jupyterlab (original) (raw)
A VDomModel for the TabSpace status item.
Hierarchy (View Summary)
- VDomModel
- Model
Index
Constructors
constructor
- new Model(): TabSpaceStatus.Model
TabSpaceStatus.Model
Returns
Properties
Readonly
stateChanged
A signal emitted when any model state changes.
Accessors
indentUnit
- get indentUnit(): null | string
- Code editor indentation unit
Returns null | string
- set indentUnit(v: null | string): void
Parameters
- v: null | string
Returns void
isDisposed
- get isDisposed(): boolean
- Test whether the model is disposed.
Returns boolean
Methods
dispose
- dispose(): void
- Dispose the model.