NotebookCellOutput$Typings extension

on

Properties

items List<NotebookCellOutputItem>
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
Arbitrary metadata for this cell output. Can be anything but must be JSON-stringifyable.
getter/setter pair