Skip to main content

container

since 0.9.4
containerJavaScriptContainer.netcontainerAndroid

Description​

The UI container that holds the whole alphaTab control. Gets the UI container that represents the element on which alphaTab was initialized. Note that this is not the raw instance, but a UI framework specific wrapper for alphaTab.

readonly container: IContainer;

Examples​

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