NotebookCellOutputItem$Typings extension

on

Properties

data Uint8List

Available on NotebookCellOutputItem, provided by the NotebookCellOutputItem$Typings extension

The data of this output item. Must always be an array of unsigned 8-bit integers.
getter/setter pair
mime String

Available on NotebookCellOutputItem, provided by the NotebookCellOutputItem$Typings extension

The mime type which determines how the {@linkcode NotebookCellOutputItem.data data}-property is interpreted.
getter/setter pair