Readonly changedA signal emitted when the model changes.
Readonly contentThe attachment content factory used by the model.
Readonly isReadonly keysThe keys of the attachments in the model.
Readonly lengthThe length of the items in the model.
Remove the attachment whose name is the specified key. Note that this is optional only until Jupyterlab 2.0 release.
Readonly stateA signal emitted when the model state changes.
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.
Get an item for the specified key.
Set the value of the specified key.
Serialize the model to JSON.
Generated using TypeDoc
The model for attachments.