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

A literal to identify a notebook document in the client.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • uri: The notebook document's uri.

Link to this section Types

@type t() :: %GenLSP.Structures.NotebookDocumentIdentifier{
  uri: GenLSP.BaseTypes.uri()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.NotebookDocumentIdentifier{}

View Source (struct)

fields

Fields

  • uri: The notebook document's uri.