Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookDocumentCellChange

Describes a change to a notebook cell.

see

NotebookDocumentChangeEvent

Hierarchy

  • NotebookDocumentCellChange

Index

Properties(5)

Readonly cell

The affected cell.

Readonly document

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.

Readonly metadata

metadata: undefined | {}

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

Readonly outputs

outputs: undefined | readonly NotebookCellOutput[]

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

Readonly executionSummary

executionSummary: undefined | NotebookCellExecutionSummary

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

Generated by TypeDoc. Maintained by 洛竹