@wppconnect/wa-js - v3.20.1
    Preparing search index...

    Interface ABPropConfig

    A/B test property configuration

    interface ABPropConfig {
        configCode: string;
        configExpoKey?: string;
        configValue: any;
        hasAccessed?: boolean;
        name: string | null;
        overriddenConfigValue?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    configCode: string

    The internal config code (numeric key)

    configExpoKey?: string

    Exposure key for analytics tracking

    configValue: any

    The actual value of the config (string, number, boolean)

    hasAccessed?: boolean

    Whether this config has been accessed during this session

    name: string | null

    The human-readable config name (e.g., "web_pwa_background_sync")

    overriddenConfigValue?: any

    Override value if set via URL parameter