Skip to main content

core.file

since 0.9.6
core.fileJavaScriptfileJavaScriptcore.fileJSONfileJSON

Description​

The full URL to the input file to be loaded. AlphaTab can automatically load and render a file after initialization. This eliminates the need of manually calling one of the load methods which are available. alphaTab will automatically initiate an XMLHttpRequest after initialization to load and display the provided url of this setting. Note that this setting is only interpreted once on initialization.

file: string | null = null;