NotebookDocumentCellChange$Typings extension

on

Properties

cell NotebookCell

Available on NotebookDocumentCellChange, provided by the NotebookDocumentCellChange$Typings extension

The affected cell.
no setter
document TextDocument?

Available on NotebookDocumentCellChange, provided by the NotebookDocumentCellChange$Typings extension

The document of the cell or undefined when it did not change.
no setter
executionSummary NotebookCellExecutionSummary?

Available on NotebookDocumentCellChange, provided by the NotebookDocumentCellChange$Typings extension

The new execution summary of the cell or undefined when it did not change.
no setter
metadata Object?

Available on NotebookDocumentCellChange, provided by the NotebookDocumentCellChange$Typings extension

The new metadata of the cell or undefined when it did not change.
no setter
outputs List<NotebookCellOutput>?

Available on NotebookDocumentCellChange, provided by the NotebookDocumentCellChange$Typings extension

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