Context of an app. Available as service ct.framework.api.ApplicationContext.

interface ApplicationContext {
    getApplicationName(): string;
    getApplicationProperties(): ApplicationProperties;
    getApplicationRootNode(): undefined | HTMLElement;
    getApplicationTitle(): string;
}

Methods

  • Returns the app name.

    Returns string

  • Returns the root node of an app.

    Returns undefined | HTMLElement

  • Returns the app title.

    Returns string