Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookDocumentChangeEvent

An event describing a transactional notebook change.

Hierarchy

  • NotebookDocumentChangeEvent

Index

Properties(4)

Readonly notebook

The affected notebook.

Readonly metadata

metadata: undefined | {}

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

Readonly contentChanges

contentChanges: readonly NotebookDocumentContentChange[]

An array of content changes describing added or removed cells.

Readonly cellChanges

cellChanges: readonly NotebookDocumentCellChange[]

An array of cell changes.

Generated by TypeDoc. Maintained by 洛竹