Optionalcells?: {Optionaldata?: vscode.NotebookCell[]Changes to notebook cells properties like its kind or metadata.
Optionalstructure?: {Changes to the cell structure to add or remove cells.
The change to the cell array.
OptionaldidClose?: vscode.NotebookCell[]Additional closed cell text documents.
OptionaldidOpen?: vscode.NotebookCell[]Additional opened cell text documents.
OptionaltextContent?: vscode.TextDocumentChangeEvent[]Changes to the text content of notebook cells.
Optionalmetadata?: { [key: string]: any }The changed meta data if any.
The notebook document
Changes to cells.