alphaTab.alphaTex.AlphaTexDiagnostic
A diagnostics message for the alphaTex parser.
interface AlphaTexDiagnosticProperties​
code​
A technical code describing the diagnostic message.
- JavaScript
- C#
- Kotlin
code: AlphaTexDiagnosticCode;AlphaTexDiagnosticCode Code { get; set; }var code: AlphaTexDiagnosticCodeend​
The end location to which the diagnostic message belongs.
- JavaScript
- C#
- Kotlin
end?: AlphaTexAstNodeLocation;AlphaTexAstNodeLocation End { get; set; }var end: AlphaTexAstNodeLocationmessage​
The textual message for the diagnostic.
- JavaScript
- C#
- Kotlin
message: string;string Message { get; set; }var message: Stringseverity​
The severity of the diagnostic.
- JavaScript
- C#
- Kotlin
severity: AlphaTexDiagnosticsSeverity;AlphaTexDiagnosticsSeverity Severity { get; set; }var severity: AlphaTexDiagnosticsSeveritystart​
The start location to which the diagnostic message belongs.
- JavaScript
- C#
- Kotlin
start?: AlphaTexAstNodeLocation;AlphaTexAstNodeLocation Start { get; set; }var start: AlphaTexAstNodeLocation