View Source GenLSP.Structures.FileEvent (gen_lsp v0.10.0)
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
fields
Fields
- uri: The file's uri.
- type: The change type.