Raw representation of a notebook.
Extensions are responsible for creating {@linkcode NotebookData } so that the editor can create a {@linkcode NotebookDocument }.
Raw representation of a notebook. Extensions are responsible for creating {@linkcode NotebookData } so that the editor can create a {@linkcode NotebookDocument }.
(cells notebook-data)
The cell data of this notebook data.
Returns: NotebookCellData[]
The cell data of this notebook data. **Returns:** `NotebookCellData[]`
(metadata notebook-data)
Arbitrary metadata of notebook data.
Returns: { [key: string]: any; } | undefined
Arbitrary metadata of notebook data. **Returns:** `{ [key: string]: any; } | undefined`
(set-cells! notebook-data value)
The cell data of this notebook data.
The cell data of this notebook data.
(set-metadata! notebook-data value)
Arbitrary metadata of notebook data.
Arbitrary metadata of notebook data.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |