Abstract Construct a new cell with optional attachments.
Private _attachmentsPrivate _onHandle a change to the cell outputs modelDB and reflect it in the shared model.
Private _onHandle a change to the code cell value.
Readonly contentA signal emitted when the state of the model changes.
Readonly sharedThe cell shared model.
Protected standaloneWhether the model should disposed the shared model on disposal or not.
Readonly stateA signal emitted when a model state changes.
Get the attachments of the model.
The id for the cell.
Whether the model is disposed.
The metadata associated with the cell.
Signal emitted when cell metadata changes.
A mime type of the model.
A signal emitted when a mimetype changes.
Get the selections for the model.
The trusted state of the model.
Whether the cell is trusted.
Abstract typeThe type of cell.
Protected onHandle a change to the trusted state.
The default implementation is a no-op.
Serialize the model to JSON.
Generated using TypeDoc
A base implementation for cell models with attachments.