The default implementation of a notebook output model.

Hierarchy

Implements

Constructors

Properties

_changed: any
_data: any
_metadata: any
_raw: any
_rawData: any
_rawMetadata: any
_updateObservable: any

Update an observable JSON object using a readonly JSON object.

executionCount: number

The execution count.

trusted: boolean

Whether the model is trusted.

type: string

The output type.

Accessors

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

    Returns ISignal<this, void>

Methods

  • Dispose of the resources used by the output 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