Skip to main content

tracks

since 0.9.4
tracksJavaScriptTracks.nettracksAndroid

Description​

The list of the tracks that are currently rendered.

readonly tracks: Track[];

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
highlightCurrentTracksInTrackSelector(api.tracks);