Type alias KlarnaPaymentButtonConfiguration

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

Type declaration

  • Optional disabled?: boolean

    Disabled state of the button

  • Optional id?: string

    Unique button identifier

  • Optional label?: PaymentButtonLabel

    Label of the payment button

  • Optional loading?: boolean

    Loading state of the button

  • Optional locale?: string
  • Optional shape?: KlarnaButtonShape
  • Optional theme?: KlarnaTheme