NotebookCellOutput
Notebook cell output represents a result of executing a cell. It is a container type for multiple output items where contained items represent the same result but use different MIME types.
Constructors
Link copied to clipboard
constructor(items: ReadonlyArray<NotebookCellOutputItem>, metadata: ReadonlyRecord<JsString, *> = definedExternally)
Create new notebook output.
Properties
Link copied to clipboard
The output items of this output. Each item must represent the same result. Note that repeated MIME types per output is invalid and that the editor will just pick one of them.
Link copied to clipboard
Arbitrary metadata for this cell output. Can be anything but must be JSON-stringifyable.