W3Booster SDK 2.0.0
    Preparing search index...

    Interface OverlayCompositionApp

    interface OverlayCompositionApp {
        appId: string;
        clientId: string;
        colorScheme: "normal" | "light" | "dark";
        development?: boolean;
        expiresAt: string;
        launchKey: string;
        name: string;
        url: string;
    }
    Index
    appId: string
    clientId: string
    colorScheme: "normal" | "light" | "dark"
    development?: boolean
    expiresAt: string
    launchKey: string
    name: string
    url: string