View Source GenLSP.Notifications.NotebookDocumentDidSave (gen_lsp v0.10.0)
A notification sent when a notebook document is saved.
@since 3.17.0
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Notifications.NotebookDocumentDidSave{ jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.DidSaveNotebookDocumentParams.t() | nil }