Liking cljdoc? Tell your friends :D

dots.vscode.notebook-cell-data

NotebookCellData is the raw representation of notebook cells. Its is part of {@linkcode NotebookData }.

NotebookCellData is the raw representation of notebook cells. Its is part of {@linkcode NotebookData }.
raw docstring

execution-summarycljs

(execution-summary notebook-cell-data)

The execution summary of this cell data.

Returns: NotebookCellExecutionSummary | undefined

The execution summary of this cell data.

**Returns:** `NotebookCellExecutionSummary | undefined`
sourceraw docstring

kindcljs

(kind notebook-cell-data)

The {@link NotebookCellKind kind} of this cell data.

Returns: NotebookCellKind

The {@link NotebookCellKind kind} of this cell data.

**Returns:** `NotebookCellKind`
sourceraw docstring

language-idcljs

(language-id notebook-cell-data)

The language identifier of the source value of this cell data. Any value from {@linkcode languages.getLanguages getLanguages} is possible.

Returns: string

The language identifier of the source value of this cell data. Any value from
{@linkcode languages.getLanguages getLanguages} is possible.

**Returns:** `string`
sourceraw docstring

metadatacljs

(metadata notebook-cell-data)

Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.

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

Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.

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

outputscljs

(outputs notebook-cell-data)

The outputs of this cell data.

Returns: NotebookCellOutput[] | undefined

The outputs of this cell data.

**Returns:** `NotebookCellOutput[] | undefined`
sourceraw docstring

set-execution-summary!cljs

(set-execution-summary! notebook-cell-data value)

The execution summary of this cell data.

The execution summary of this cell data.
sourceraw docstring

set-kind!cljs

(set-kind! notebook-cell-data value)

The {@link NotebookCellKind kind} of this cell data.

The {@link NotebookCellKind kind} of this cell data.
sourceraw docstring

set-language-id!cljs

(set-language-id! notebook-cell-data value)

The language identifier of the source value of this cell data. Any value from {@linkcode languages.getLanguages getLanguages} is possible.

The language identifier of the source value of this cell data. Any value from
{@linkcode languages.getLanguages getLanguages} is possible.
sourceraw docstring

set-metadata!cljs

(set-metadata! notebook-cell-data value)

Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.

Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.
sourceraw docstring

set-outputs!cljs

(set-outputs! notebook-cell-data value)

The outputs of this cell data.

The outputs of this cell data.
sourceraw docstring

set-value!cljs

(set-value! notebook-cell-data value)

The source value of this cell data - either source code or formatted text.

The source value of this cell data - either source code or formatted text.
sourceraw docstring

valuecljs

(value notebook-cell-data)

The source value of this cell data - either source code or formatted text.

Returns: string

The source value of this cell data - either source code or formatted text.

**Returns:** `string`
sourceraw docstring

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

× close