View source
typedef DidCloseNotebookDocumentParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Notebook
The params sent in a close notebook document notification.
Available since
3.17.0
.Fields
cellTextDocuments:Array<TextDocumentIdentifier>
The text documents that represent the content of a notebook cell that got closed.