View Source GenLSP.Structures.DidOpenNotebookDocumentParams (gen_lsp v0.8.1)

The params sent in an open notebook document notification.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • notebook_document: The notebook document that got opened.
  • cell_text_documents: The text documents that represent the content of a notebook cell.

Link to this section Types

@type t() :: %GenLSP.Structures.DidOpenNotebookDocumentParams{
  cell_text_documents: [GenLSP.Structures.TextDocumentItem.t()],
  notebook_document: GenLSP.Structures.NotebookDocument.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DidOpenNotebookDocumentParams{}

View Source (struct)

fields

Fields

  • notebook_document: The notebook document that got opened.
  • cell_text_documents: The text documents that represent the content of a notebook cell.