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

A versioned notebook document identifier.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • version: The version number of this notebook document.
  • uri: The notebook document's uri.

Link to this section Types

@type t() :: %GenLSP.Structures.VersionedNotebookDocumentIdentifier{
  uri: GenLSP.BaseTypes.uri(),
  version: integer()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.VersionedNotebookDocumentIdentifier{}

View Source (struct)

fields

Fields

  • version: The version number of this notebook document.
  • uri: The notebook document's uri.