Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LogOutputModel

Log Output Model with timestamp which provides item information for Output Area Model.

Hierarchy

Implements

Index

Constructors

constructor

  • Construct a LogOutputModel.

    Parameters

    • options: IOptions

      The model initialization options.

    Returns LogOutputModel

Properties

Readonly executionCount

executionCount: number

The execution count.

Readonly level

level: FullLogLevel

Log level

Readonly timestamp

timestamp: Date

Date & time when output is logged.

Readonly trusted

trusted: boolean

Whether the model is trusted.

Readonly type

type: string

The output type.

Accessors

changed

  • get changed(): ISignal<this, void>
  • A signal emitted when the output model changes.

    Returns ISignal<this, void>

data

  • get data(): ReadonlyPartialJSONObject
  • The data associated with the model.

    Returns ReadonlyPartialJSONObject

metadata

  • get metadata(): ReadonlyPartialJSONObject
  • The metadata associated with the model.

    Returns ReadonlyPartialJSONObject

Methods

dispose

  • dispose(): void

setData

  • Set the data associated with the model.

    Notes

    Depending on the implementation of the mime model, this call may or may not have deferred effects,

    Parameters

    Returns void

toJSON

  • toJSON(): IOutput

Generated using TypeDoc