Web Measurement Embedded App (WMEA) - v0.1.0-beta.7
    Preparing search index...

    Interface MeasurementEmbeddedAppOptions

    interface MeasurementEmbeddedAppOptions {
        apiUrl?: string;
        appPath: string;
        config?: Config;
        container: HTMLDivElement;
        language?: SupportedLanguage;
        profile: Profile;
        settings: AppSettings;
    }
    Index

    Properties

    apiUrl?: string

    API URL for region-specific data processing

    appPath: string

    Path to WMEA static assets

    config?: Config

    Configuration options for the app

    container: HTMLDivElement

    The HTML container element where the app will be mounted

    Selected language for the app

    profile: Profile

    User profile information

    settings: AppSettings

    Application settings including token, refreshToken, and studyId