View source
class DidSaveNotebookDocumentNotification
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Notebook
A notification sent when a notebook document is saved.
Available since
3.17.0
.A notification sent when a notebook document is saved.
3.17.0
.staticfinalinlineread onlytype:ProtocolNotificationType<DidSaveNotebookDocumentParams, NoData> = new ProtocolNotificationType<DidSaveNotebookDocumentParams,NoData>("notebookDocument/didSave")