Interface IOutputModel

The interface for an output model.

Hierarchy

Implemented by

Properties

changed: ISignal<IOutputModel, void>

A signal emitted when the output model changes.

The data associated with the model.

executionCount: number

The execution count of the model.

The metadata associated with the model.

Among others, it can include an attribute named fragment that stores a URI fragment identifier for the MIME resource.

trusted: boolean

Whether the output is trusted.

type: string

The output type.

Methods

  • Dispose of the resources used by the output model.

    Returns void

  • Set the data associated with the model.

    Notes

    Calling this function may trigger an asynchronous operation that could cause the renderer to be rendered with a new model containing the new data.

    Returns void

  • Serialize the model to JSON.

    Returns IOutput

Generated using TypeDoc