NotebookDocumentCellChange$Typings extension
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 orundefined
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 orundefined
when it did not change.no setter - metadata → Object?
-
Available on NotebookDocumentCellChange, provided by the NotebookDocumentCellChange$Typings extension
The new metadata of the cell orundefined
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 orundefined
when they did not change.no setter