View source
class DidCloseNotebookDocumentNotification
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Notebook
A notification sent when a notebook closes.
Available since
3.17.0
.A notification sent when a notebook closes.
3.17.0
.staticfinalinlineread onlytype:ProtocolNotificationType<DidCloseNotebookDocumentParams, NoData> = new ProtocolNotificationType<DidCloseNotebookDocumentParams,NoData>("notebookDocument/didClose")