alphaTab.importer.alphaTex.AlphaTexDiagnosticBag
(no description)
class AlphaTexDiagnosticBag implements Iterable<AlphaTexDiagnostic>Properties​
errors​
(no description)
- JavaScript
- C#
- Kotlin
readonly errors: AlphaTexDiagnostic[];IList<AlphaTexDiagnostic> Errors { get; }val errors: alphaTab.collections.List<AlphaTexDiagnostic>hasErrors​
(no description)
- JavaScript
- C#
- Kotlin
readonly hasErrors: boolean;bool HasErrors { get; }val hasErrors: Booleanitems​
(no description)
- JavaScript
- C#
- Kotlin
readonly items: AlphaTexDiagnostic[];IList<AlphaTexDiagnostic> Items { get; }val items: alphaTab.collections.List<AlphaTexDiagnostic>Methods​
push​
(no description)
- JavaScript
- C#
- Kotlin
push(diagnostic: AlphaTexDiagnostic): voidvoid Push(AlphaTexDiagnostic diagnostic)fun push(diagnostic: AlphaTexDiagnostic): Unit| Parameter | Summary |
|---|---|
diagnosticAll | (no description) |