NotebookCellOutput$Typings extension
Properties
-
items
↔ List<
NotebookCellOutputItem> -
Available on NotebookCellOutput, provided by the NotebookCellOutput$Typings extension
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.getter/setter pair - metadata ↔ Object
-
Available on NotebookCellOutput, provided by the NotebookCellOutput$Typings extension
Arbitrary metadata for this cell output. Can be anything but must be JSON-stringifyable.getter/setter pair