Raw representation of a notebook.

Extensions are responsible for creating {@linkcode NotebookData} so that the editor can create a {@linkcode NotebookDocument}.

@link NotebookSerializer}

See also:

  • {

Constructor

new(cells:Array<NotebookCellData>)

Create new notebook data.

Parameters:

cells

An array of cell data.

Variables

cells:Array<NotebookCellData>

The cell data of this notebook data.

metadata:Null<DynamicAccess<Any>>

Arbitrary metadata of notebook data.