Skip to main content

settings

since 0.9.4
settingsJavaScriptSettings.netsettingsAndroid

Description​

The settings that are used for rendering the music notation. Gets access to the underling Settings object that is currently used by alphaTab.

settings: Settings;

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
showSettingsModal(api.settings);