Construct a new observable outputs instance.
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.
The default output model factory.
A signal emitted when the model changes.
Test whether the model is disposed.
Get the length of the items in the model.
A signal emitted when the model state changes.
Get whether the model is trusted.
Changing the value will cause all of the models to re-set.
Set whether the model is trusted.
Changing the value will cause all of the models to re-set.
Add an item to the list.
Create an output item and hook up its signals.
Handle a change to an item.
Handle a change to the list.
Add an output, which may be combined with previous output.
The output bundle is copied.
Contiguous stream outputs of the same name
are combined.
Clear all of the output.
Delay clearing the output until the next message is added.
Dispose of the resources used by the model.
Deserialize the model from JSON.
This will clear any existing data.
Get an item at the specified index.
Set the value at the specified index.
Serialize the model to JSON.
Generated using TypeDoc
The default implementation of the IOutputAreaModel. The namespace for OutputAreaModel class statics.