Describes a change to a notebook cell.
Describes a change to a notebook cell.
(cell notebook-document-cell-change)
The affected cell.
Returns: NotebookCell
The affected cell. **Returns:** `NotebookCell`
(document notebook-document-cell-change)
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.
Returns: TextDocument | undefined
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. **Returns:** `TextDocument | undefined`
(execution-summary notebook-document-cell-change)
The new execution summary of the cell or undefined
when it did not change.
Returns: NotebookCellExecutionSummary | undefined
The new execution summary of the cell or `undefined` when it did not change. **Returns:** `NotebookCellExecutionSummary | undefined`
(metadata notebook-document-cell-change)
The new metadata of the cell or undefined
when it did not change.
Returns: { [key: string]: any; } | undefined
The new metadata of the cell or `undefined` when it did not change. **Returns:** `{ [key: string]: any; } | undefined`
(outputs notebook-document-cell-change)
The new outputs of the cell or undefined
when they did not change.
Returns: readonly NotebookCellOutput[] | undefined
The new outputs of the cell or `undefined` when they did not change. **Returns:** `readonly NotebookCellOutput[] | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close