Ravak Configurator
    Preparing search index...

    Interface AnalyticsEventOptionSelectedProps

    interface AnalyticsEventOptionSelectedProps {
        b3dc_option_group: undefined | string;
        b3dc_option_id: string;
        b3dc_option_name: string;
        b3dc_option_price?: number;
        b3dc_option_price_currency?: string;
        b3dc_parameter: string;
    }
    Index

    Properties

    b3dc_option_group: undefined | string

    Name of the active option group

    b3dc_option_id: string

    Identifier of the option

    b3dc_option_name: string

    Human-readable name of the option

    b3dc_option_price?: number

    Price of the option. Currency specified by `b3dc_option_price_currency¨

    b3dc_option_price_currency?: string

    Currency of the option price

    b3dc_parameter: string

    Identifier of the parameter being configured