Ravak Configurator
    Preparing search index...

    Interface AnalyticsEventOptionSelectionConfirmedProps

    interface AnalyticsEventOptionSelectionConfirmedProps {
        b3dc_original_options_ids: string;
        b3dc_original_options: (
            AnalyticsEventOptionProps
            | AnalyticsEventOptionVariantProps
        )[];
        b3dc_new_options_ids: string;
        b3dc_new_options: (
            AnalyticsEventOptionProps
            | AnalyticsEventOptionVariantProps
        )[];
        b3dc_fallback_confirmation_was_required: boolean;
        b3dc_parameter: string;
    }
    Index

    Properties

    b3dc_original_options_ids: string

    Comma-separated list of original parameter and option identifiers. For example washbasin=XJX01280002,cabinet=D80000E006,washbasin-tap=X070392,waste-plug=X01762,waste-trap=X01747

    b3dc_original_options: (
        AnalyticsEventOptionProps
        | AnalyticsEventOptionVariantProps
    )[]

    List of originally selected options

    b3dc_new_options_ids: string

    Comma-separated list of new parameter and option identifiers. For example washbasin=XJX01045000,cabinet=X01775,washbasin-tap=X070278-set,waste-plug=X01762,waste-trap=X01747

    List of newly selected options

    b3dc_fallback_confirmation_was_required: boolean

    Whether fallback confirmation was needed prior to saving the configuration

    b3dc_parameter: string

    Identifier of the parameter being configured