View Source GenLSP.Structures.DeleteFile (gen_lsp v0.10.0)
Delete file operation
Link to this section Summary
Functions
Fields
kind: A delete
Link to this section Types
@type t() :: %GenLSP.Structures.DeleteFile{ annotation_id: GenLSP.TypeAlias.ChangeAnnotationIdentifier.t() | nil, kind: String.t(), options: GenLSP.Structures.DeleteFileOptions.t() | nil, uri: GenLSP.BaseTypes.document_uri() }
Link to this section Functions
fields
Fields
kind: A delete
uri: The file to delete.
options: Delete options.
annotation_id: An optional annotation identifier describing the operation.
@since 3.16.0