highlightedBeats
Description​
Gets or sets a list of all beats that should be highlighted when the beat of this lookup starts playing. This might not mean the beats start at this position.
- JavaScript
- C#
- Kotlin
highlightedBeats: BeatTickLookupItem[];
IList<BeatTickLookupItem> HighlightedBeats { get; set; }
var highlightedBeats: alphaTab.collections.List<BeatTickLookupItem>