lsp.NotebookDocumentCellChangeStructure
Structural changes to cells in a notebook document.
Fields3
NotebookDocumentCellChangeStructure.array : lsp.NotebookCellArrayChange
The change to the cell array.
NotebookDocumentCellChangeStructure.didOpen : lsp.TextDocumentItem[] | nil
Additional opened cell text documents.
NotebookDocumentCellChangeStructure.didClose : lsp.TextDocumentIdentifier[] | nil
Additional closed cell text documents.