Liking cljdoc? Tell your friends :D

dots.vscode.notebook-document-change-event

An event describing a transactional {@link NotebookDocument notebook} change.

An event describing a transactional {@link NotebookDocument notebook} change.
raw docstring

cell-changescljs

(cell-changes notebook-document-change-event)

An array of {@link NotebookDocumentCellChange cell changes}.

An array of {@link NotebookDocumentCellChange cell changes}.
sourceraw docstring

content-changescljs

(content-changes notebook-document-change-event)

An array of content changes describing added or removed {@link NotebookCell cells}.

An array of content changes describing added or removed {@link NotebookCell cells}.
sourceraw docstring

metadatacljs

(metadata notebook-document-change-event)

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

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

notebookcljs

(notebook notebook-document-change-event)

The affected notebook.

The affected notebook.
sourceraw docstring

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

× close