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

An event describing a file change.

Link to this section Summary

Functions

Fields

  • uri: The file's uri.
  • type: The change type.

Link to this section Types

@type t() :: %GenLSP.Structures.FileEvent{
  type: GenLSP.Enumerations.FileChangeType.t(),
  uri: GenLSP.BaseTypes.document_uri()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.FileEvent{}

View Source (struct)

fields

Fields

  • uri: The file's uri.
  • type: The change type.