View Source GenLSP.Notifications.NotebookDocumentDidOpen (gen_lsp v0.10.0)

A notification sent when a notebook opens.

@since 3.17.0

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Notifications.NotebookDocumentDidOpen{
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.DidOpenNotebookDocumentParams.t() | nil
}