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.

The affected cell.
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.

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.
sourceraw docstring

execution-summarycljs

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

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

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

metadatacljs

(metadata notebook-document-cell-change)

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

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

outputscljs

(outputs notebook-document-cell-change)

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

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

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

× close