Interface IApplicationData

interface IApplicationData {
    app: Application;
    autoAdjuster: TAutoAdjuster;
    container: HTMLElement;
    contents: IContentDictionary;
    isRun: boolean;
    layers: ILayerDictionary;
    roots: IRootDictionary;
}

Properties

app: Application
autoAdjuster: TAutoAdjuster
container: HTMLElement
isRun: boolean