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