Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookDocumentChangeEvent

An event describing a transactional notebook change.

Hierarchy

  • NotebookDocumentChangeEvent

Index

Properties

cellChanges: readonly NotebookDocumentCellChange[]

An array of cell changes.

stubbed
contentChanges: readonly NotebookDocumentContentChange[]

An array of content changes describing added or removed cells.

stubbed
metadata: undefined | {}

The new metadata of the notebook or undefined when it did not change.

stubbed

The affected notebook.

stubbed