Describes a change to a notebook cell.
@link NotebookDocumentChangeEvent}
See also:
{
Fields
read onlyoutputs:Null<ReadOnlyArray<NotebookCellOutput>>
The new outputs of the cell or undefined
when they did not change.
read onlymetadata:Null<DynamicAccess<Any>>
The new metadata of the cell or undefined
when it did not change.
read onlyexecutionSummary:Null<NotebookCellExecutionSummary>
The new execution summary of the cell or undefined
when it did not change.
read onlydocument:Null<TextDocument>
The document of the cell or undefined
when it did not change.
Note that you should use the {@link workspace.onDidChangeTextDocument onDidChangeTextDocument}-event for detailed change information, like what edits have been performed.