CDP Frontend SDK
    Preparing search index...

    Type Alias BaseConfig

    Base configuration for the core package.

    type BaseConfig = {
        projectId: string;
        useMock?: boolean;
        debugging?: boolean;
        basePath?: string;
        disableAnalytics?: boolean;
        nativeOAuthCallback?: string;
    }
    Index

    Properties

    projectId: string

    The CDP Project ID.

    useMock?: boolean

    Whether to use the mock implementation.

    debugging?: boolean

    Whether to enable debugging.

    basePath?: string

    The base path for the API.

    disableAnalytics?: boolean

    Whether to disable analytics.

    nativeOAuthCallback?: string

    The callback URL for the native OAuth flow.