Ravak Configurator
    Preparing search index...

    Type Alias CheckoutSecondaryButton<CallbackType>

    Definition of additional checkout button displayed in the footer of the checkout form

    type CheckoutSecondaryButton<
        CallbackType extends
            CheckoutContactDetailsCallback
            | CheckoutItemAmountsCallback,
    > = {
        callback?: CallbackType;
        label: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    callback?: CallbackType

    Callback to be called upon clicking the button

    If not provided, only the default action (same as primary button) will be performed, but the default callback will not be called.

    label: string

    Displayed label of the button