Construct a new document model.
Whether the model is disposed.
A mime type of the model.
A signal emitted when a mimetype changes.
The underlying IModelDB
instance in which model
data is stored.
Get the selections for the model.
Get the value of the model.
A signal emitted when the document content changes.
The default kernel language of the document.
This is a read-only property.
The default kernel name of the document.
This is a read-only property.
The dirty state of the document.
The dirty state of the document.
The read only state of the document.
The read only state of the document.
A signal emitted when the document state changes.
Dispose of the resources used by the model.
Deserialize the model from JSON.
Should emit a [contentChanged] signal.
Deserialize the model from a string.
Should emit a [contentChanged] signal.
Initialize the model with its current state.
Serialize the model to JSON.
Serialize the model to a string.
Trigger a content changed signal.
Trigger a state change signal.
Generated using TypeDoc
The default implementation of a document model.