Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookDocumentCellChange

Describes a change to a notebook cell.

see

NotebookDocumentChangeEvent

Hierarchy

  • NotebookDocumentCellChange

Index

Properties

The affected cell.

stubbed
document: undefined | TextDocument

The document of the cell or undefined when it did not change.

Note that you should use the onDidChangeTextDocument-event for detailed change information, like what edits have been performed.

stubbed
executionSummary: undefined | NotebookCellExecutionSummary

The new execution summary of the cell or undefined when it did not change.

stubbed
metadata: undefined | {}

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

stubbed
outputs: undefined | readonly NotebookCellOutput[]

The new outputs of the cell or undefined when they did not change.

stubbed