View Source GenLSP.Structures.DocumentDiagnosticReportPartialResult (gen_lsp v0.10.0)
A partial result for a document diagnostic report.
@since 3.17.0
Link to this section Summary
Functions
Fields
- related_documents
Link to this section Types
@type t() :: %GenLSP.Structures.DocumentDiagnosticReportPartialResult{ related_documents: %{ required(GenLSP.BaseTypes.document_uri()) => GenLSP.Structures.FullDocumentDiagnosticReport.t() | GenLSP.Structures.UnchangedDocumentDiagnosticReport.t() } }
Link to this section Functions
Link to this function
%GenLSP.Structures.DocumentDiagnosticReportPartialResult{}
View Source (struct)
fields
Fields
- related_documents