Liking cljdoc? Tell your friends :D

dots.vscode.notebook-document-cell-change

Describes a change to a notebook cell.

Describes a change to a notebook cell.
raw docstring

cellcljs

(cell notebook-document-cell-change)

The affected cell.

Returns: NotebookCell

The affected cell.

**Returns:** `NotebookCell`
sourceraw docstring

documentcljs

(document notebook-document-cell-change)

The document of the cell or undefined when it did not change.

Note that you should use the {@link workspace.onDidChangeTextDocument onDidChangeTextDocument}-event for detailed change information, like what edits have been performed.

Returns: TextDocument | undefined

The document of the cell or `undefined` when it did not change.

*Note* that you should use the {@link workspace.onDidChangeTextDocument onDidChangeTextDocument}-event
for detailed change information, like what edits have been performed.

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

execution-summarycljs

(execution-summary notebook-document-cell-change)

The new execution summary of the cell or undefined when it did not change.

Returns: NotebookCellExecutionSummary | undefined

The new execution summary of the cell or `undefined` when it did not change.

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

metadatacljs

(metadata notebook-document-cell-change)

The new metadata of the cell or undefined when it did not change.

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

The new metadata of the cell or `undefined` when it did not change.

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

outputscljs

(outputs notebook-document-cell-change)

The new outputs of the cell or undefined when they did not change.

Returns: readonly NotebookCellOutput[] | undefined

The new outputs of the cell or `undefined` when they did not change.

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

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

× close