Skip to main content

updateSettings

since 0.9.6

Description​

This method updates the settings to the given object. On some platforms like JavaScript the settings object will need to be passed on to the corresponding worker to be really updated. It is recommended to make this call after updating any properties of the settings object to ensure it is really passed on to all components.

This method will not trigger automatically any re-rendering.

Signatures​

function updateSettings(settings)JavaScript
void UpdateSettings(Settings settings).net

Parameters​

The new settings object to use within alphaTab.

Returns​

Nothing.