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

@link NotebookDocumentChangeEvent}

See also:

  • {

Fields

read onlyremovedCells:ReadOnlyArray<NotebookCell>

Cells that have been removed from the document.

read onlyrange:NotebookRange

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}.

read onlyaddedCells:ReadOnlyArray<NotebookCell>

Cells that have been added to the document.