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

The params sent in a close notebook document notification.

@since 3.17.0

Link to this section Summary

Functions

Fields

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

Link to this section Types

@type t() :: %GenLSP.Structures.DidCloseNotebookDocumentParams{
  cell_text_documents: [GenLSP.Structures.TextDocumentIdentifier.t()],
  notebook_document: GenLSP.Structures.NotebookDocumentIdentifier.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DidCloseNotebookDocumentParams{}

View Source (struct)

fields

Fields

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