map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface ApplicationContext

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

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

    Methods

    • Returns the app name.

      Returns string

    • Returns the root node of an app.

      Returns undefined | HTMLElement

    • Returns the app title.

      Returns string