NotebookCellOutputItem$Typings extension

on

Properties

data Uint8List
The data of this output item. Must always be an array of unsigned 8-bit integers.
getter/setter pair
mime String
The mime type which determines how the {@linkcode NotebookCellOutputItem.data data}-property is interpreted.
getter/setter pair