NotebookDocumentContentChange$Typings extension

on

Properties

addedCells List<NotebookCell>

Available on NotebookDocumentContentChange, provided by the NotebookDocumentContentChange$Typings extension

Cells that have been added to the document.
no setter
range NotebookRange

Available on NotebookDocumentContentChange, provided by the NotebookDocumentContentChange$Typings extension

The range at which cells have been either added or removed.
no setter
removedCells List<NotebookCell>

Available on NotebookDocumentContentChange, provided by the NotebookDocumentContentChange$Typings extension

Cells that have been removed from the document.
no setter