lsp.NotebookDocumentCellChanges
Cell changes to a notebook document.
Fields3
NotebookDocumentCellChanges.structure : lsp.NotebookDocumentCellChangeStructure | nil
Changes to the cell structure to add or remove cells.
NotebookDocumentCellChanges.data : lsp.NotebookCell[] | nil
Changes to notebook cells properties like its kind, execution summary or metadata.
NotebookDocumentCellChanges.textContent : lsp.NotebookDocumentCellContentChanges[] | nil
Changes to the text content of notebook cells.