Class AttachmentModel

The default implementation of a notebook attachment model.

Hierarchy

  • AttachmentModel

Implements

Constructors

Properties

_changed: any
_data: any
_raw: any
_rawData: any
_updateObservable: any

Update an observable JSON object using a readonly JSON object.

trusted: boolean

Whether the data in the model is trusted.

Accessors

  • get changed(): ISignal<this, void>
  • A signal emitted when the attachment model changes.

    Returns ISignal<this, void>

Methods

  • Dispose of the resources used by the attachment model.

    Returns void

  • Set the data associated with the model.

    Notes

    Depending on the implementation of the mime model, this call may or may not have deferred effects,

    Returns void

Generated using TypeDoc