LogOutputModel | @jupyterlab (original) (raw)
Hierarchy (View Summary)
- OutputModel
- LogOutputModel
Implements
Index
Constructors
constructor
- new LogOutputModel(options: IOptions): LogOutputModel
Parameters
- options: IOptions
Returns LogOutputModel
Properties
Readonly
executionCount
Readonly
level
level: FullLogLevel
Readonly
timestamp
Readonly
trusted
trusted: boolean
Readonly
type
type: string
Accessors
changed
data
- get data(): ReadonlyPartialJSONObject
ReadonlyPartialJSONObject
Returns
metadata
- get metadata(): ReadonlyPartialJSONObject
ReadonlyPartialJSONObject
Returns
streamText
- get streamText(): undefined | IObservableString
IObservableString
Returns undefined |
Methods
dispose
- dispose(): void
Returns void
setData
- setData(options: IRenderMime.IMimeModel.ISetDataOptions): void
Returns void