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.
(added-cells notebook-document-content-change)
Cells that have been added to the document.
Cells that have been added to the document.
(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}.
(removed-cells notebook-document-content-change)
Cells that have been removed from the document.
Cells that have been removed from the document.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close