NotebookDocumentCellChange$Typings extension
Properties
- cell → NotebookCell
-
The affected cell.
no setter
- document → TextDocument?
-
The document of the cell or
undefined
when it did not change.no setter - executionSummary → NotebookCellExecutionSummary?
-
The new execution summary of the cell or
undefined
when it did not change.no setter - metadata → Object?
-
The new metadata of the cell or
undefined
when it did not change.no setter -
outputs
→ List<
NotebookCellOutput> ? -
The new outputs of the cell or
undefined
when they did not change.no setter