ReadonlycellThe affected cell.
ReadonlydocumentThe 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.
ReadonlyexecutionThe new execution summary of the cell or undefined when it did not change.
ReadonlymetadataThe new metadata of the cell or undefined when it did not change.
ReadonlyoutputsThe new outputs of the cell or undefined when they did not change.
Describes a change to a notebook cell.
See
NotebookDocumentChangeEvent