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