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(3)

Properties(3)

Readonly range

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

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

Readonly addedCells

addedCells: readonly NotebookCell[]

Cells that have been added to the document.

Readonly removedCells

removedCells: readonly NotebookCell[]

Cells that have been removed from the document.

Generated by TypeDoc. Maintained by 洛竹