enum DiagnosticSeverity
Swift
enum DiagnosticSeverity
How urgently an EditorDecoration should read — supplies a default color
and gutter glyph so a caller can skip both and just say what kind of
thing this is.
Sources/LavaUI/EditorView.swift:42
Cases
case error
Not documented.
Sources/LavaUI/EditorView.swift:43
case hint
Not documented.
Sources/LavaUI/EditorView.swift:43
case info
Not documented.
Sources/LavaUI/EditorView.swift:43
case warning
Not documented.
Sources/LavaUI/EditorView.swift:43