A change event for a notebook document.

Available since

3.17.0

.

Fields

@:optionaloptionalmetadata:Null<LSPObject>

The changed meta data if any.

Note: should always be an object literal (e.g. LSPObject)

@:optionaloptionalcells:Null<{textContent:Null<Array<{document:VersionedTextDocumentIdentifier, changes:Array<TextDocumentContentChangeEvent>}>>, structure:Null<{didOpen:Null<Array<TextDocumentItem>>, didClose:Null<Array<TextDocumentIdentifier>>, array:NotebookCellArrayChange}>, data:Null<Array<NotebookCell>>}>

Changes to cells