Readonly
attachmentsThe cell attachments
Readonly
contentA signal emitted when the content of the model changes.
Readonly
idA unique identifier for the cell.
Readonly
isReadonly
metadataThe metadata associated with the cell.
This is a copy of the metadata. Changing a part of it
won't affect the model.
As this returns a copy of all metadata, it is advised to
use getMetadata
to speed up the process of getting a single key.
Readonly
metadataSignal emitted when cell metadata changes.
A signal emitted when a property changes.
Readonly
selectionsThe currently selected code.
Readonly
sharedThe cell shared model.
Readonly
stateA signal emitted when a model state changes.
Whether the cell is trusted.
Readonly
typeThe type of the cell.
Dispose of the resources held by the object.
If the object's dispose
method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
The definition of a model cell object for a cell with attachments.