Liking cljdoc? Tell your friends :D

dots.vscode.notebook-data

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 }.
raw docstring

cellscljs

(cells notebook-data)

The cell data of this notebook data.

Returns: NotebookCellData[]

The cell data of this notebook data.

**Returns:** `NotebookCellData[]`
sourceraw docstring

metadatacljs

(metadata notebook-data)

Arbitrary metadata of notebook data.

Returns: { [key: string]: any; } | undefined

Arbitrary metadata of notebook data.

**Returns:** `{ [key: string]: any; } | undefined`
sourceraw docstring

set-cells!cljs

(set-cells! notebook-data value)

The cell data of this notebook data.

The cell data of this notebook data.
sourceraw docstring

set-metadata!cljs

(set-metadata! notebook-data value)

Arbitrary metadata of notebook data.

Arbitrary metadata of notebook data.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close