The default implementation of the IOutputAreaModel.

Hierarchy

  • OutputAreaModel

    Implements

    Constructors

    Properties

    _isDisposed: boolean = false
    _lastName: "stdout" | "stderr"
    _lastStream: string = ''
    _stateChanged: Signal<OutputAreaModel, number> = ...
    _trusted: boolean = false
    clearNext: boolean = false

    A flag that is set when we want to clear the output area after the next addition to it.

    The output content factory used by the model.

    An observable list containing the output models for this output area.

    Accessors

    Methods

    • Whether a new value should be consolidated with the previous output.

      This will only be called if the minimal criteria of both being stream messages of the same type.

      Parameters

      Returns boolean