Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookDocumentContentChange

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

see

NotebookDocumentChangeEvent

Hierarchy

  • NotebookDocumentContentChange

Index

Properties

addedCells: readonly NotebookCell[]

Cells that have been added to the document.

stubbed

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

Note that no cells have been removed when this range is empty.

stubbed
removedCells: readonly NotebookCell[]

Cells that have been removed from the document.

stubbed