Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingButtonInput
The input fields used to update the buttons customizations.
Signature:
export interface CheckoutBrandingButtonInput
Property | Modifiers | Type | Description |
---|---|---|---|
background? | InputMaybe<CheckoutBrandingBackgroundStyle | `${CheckoutBrandingBackgroundStyle}`> | (Optional) The background style used for buttons. | |
blockPadding? | InputMaybe<CheckoutBrandingSpacing | `${CheckoutBrandingSpacing}`> | (Optional) The block padding used for buttons. | |
border? | InputMaybe<CheckoutBrandingSimpleBorder | `${CheckoutBrandingSimpleBorder}`> | (Optional) The border used for buttons. | |
cornerRadius? | InputMaybe<CheckoutBrandingCornerRadius | `${CheckoutBrandingCornerRadius}`> | (Optional) The corner radius used for buttons. | |
inlinePadding? | InputMaybe<CheckoutBrandingSpacing | `${CheckoutBrandingSpacing}`> | (Optional) The inline padding used for buttons. | |
typography? | InputMaybe<CheckoutBrandingTypographyStyleInput> | (Optional) The typography style used for buttons. |