View Source GenLSP.Structures.VersionedTextDocumentIdentifier (gen_lsp v0.10.0)
A text document identifier to denote a specific version of a text document.
Link to this section Summary
Functions
Fields
- version: The version number of this document.
- uri: The text document's uri.
Link to this section Types
@type t() :: %GenLSP.Structures.VersionedTextDocumentIdentifier{ uri: GenLSP.BaseTypes.document_uri(), version: integer() }
Link to this section Functions
fields
Fields
- version: The version number of this document.
- uri: The text document's uri.