Klarna Web SDK v1/r6
    Preparing search index...

    Type Alias KlarnaPaymentButtonConfiguration

    type KlarnaPaymentButtonConfiguration = {
        disabled?: boolean;
        id?: string;
        label?: PaymentButtonLabel;
        loading?: boolean;
        locale?: string;
        shape?: KlarnaButtonShape;
        theme?: KlarnaTheme;
    }
    Index

    Properties

    disabled?: boolean

    Disabled state of the button

    id?: string

    Unique button identifier

    Label of the payment button

    loading?: boolean

    Loading state of the button

    locale?: string
    theme?: KlarnaTheme