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

Represents information on a file/folder delete.

@since 3.16.0

Link to this section Summary

Functions

Fields

  • uri: A file:// URI for the location of the file/folder being deleted.

Link to this section Types

@type t() :: %GenLSP.Structures.FileDelete{uri: String.t()}

Link to this section Functions

Link to this function

%GenLSP.Structures.FileDelete{}

View Source (struct)

fields

Fields

  • uri: A file:// URI for the location of the file/folder being deleted.