View Source GenLSP.Structures.DeleteFilesParams (gen_lsp v0.10.0)
The parameters sent in notifications/requests for user-initiated deletes of files.
@since 3.16.0
Link to this section Summary
Functions
Fields
- files: An array of all files/folders deleted in this operation.
Link to this section Types
@type t() :: %GenLSP.Structures.DeleteFilesParams{ files: [GenLSP.Structures.FileDelete.t()] }
Link to this section Functions
fields
Fields
- files: An array of all files/folders deleted in this operation.