Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOutputAreaModel

The model for an output area.

Hierarchy

  • IOutputAreaModel

Implemented by

Index

Properties

collapsed

collapsed: boolean

Whether the output is collapsed.

fixedHeight

fixedHeight: boolean

Whether the output has a fixed maximum height.

outputs

outputs: ObservableList<OutputModel>

The actual outputs.

prompt

prompt: string

The output prompt.

stateChanged

stateChanged: ISignal<IOutputAreaModel, IChangedArgs<any>>

A signal emitted when state of the output area changes.

Methods

add

  • A convenience method to add an output to the end of the outputs list, combining outputs if necessary.

    Parameters

    Returns void

clear

  • clear(wait: boolean): void
  • Clear all of the output.

    Parameters

    • wait: boolean

    Returns void

Generated using TypeDoc