Liking cljdoc? Tell your friends :D

dots.vscode.notebook-document-content-change

Describes a structural change to a notebook document, e.g newly added and removed cells.

Describes a structural change to a notebook document, e.g newly added and removed cells.
raw docstring

added-cellscljs

(added-cells notebook-document-content-change)

Cells that have been added to the document.

Cells that have been added to the document.
sourceraw docstring

rangecljs

(range notebook-document-content-change)

The range at which cells have been either added or removed.

Note that no cells have been {@link NotebookDocumentContentChange.removedCells removed} when this range is {@link NotebookRange.isEmpty empty}.

The range at which cells have been either added or removed.

Note that no cells have been {@link NotebookDocumentContentChange.removedCells removed}
when this range is {@link NotebookRange.isEmpty empty}.
sourceraw docstring

removed-cellscljs

(removed-cells notebook-document-content-change)

Cells that have been removed from the document.

Cells that have been removed from the document.
sourceraw docstring

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

× close