The default implementation of a notebook output model.

Hierarchy

  • OutputModel

    Implements

    Constructors

    Properties

    _changed: Signal<OutputModel, void> = ...
    _metadata: IObservableJSON
    _raw: PartialJSONObject = {}
    executionCount: ExecutionCount

    The execution count.

    trusted: boolean

    Whether the model is trusted.

    type: string

    The output type.

    Accessors

    Methods