View Source GenLSP.Structures.DidCloseTextDocumentParams (gen_lsp v0.10.0)
The parameters sent in a close text document notification
Link to this section Summary
Functions
Fields
- text_document: The document that was closed.
Link to this section Types
@type t() :: %GenLSP.Structures.DidCloseTextDocumentParams{ text_document: GenLSP.Structures.TextDocumentIdentifier.t() }
Link to this section Functions
fields
Fields
- text_document: The document that was closed.