Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingControlInput
The input fields used to update the form controls customizations.
Signature:
export interface CheckoutBrandingControlInput
Property | Modifiers | Type | Description |
---|---|---|---|
border? | InputMaybe<CheckoutBrandingSimpleBorder | `${CheckoutBrandingSimpleBorder}`> | (Optional) The border used for form controls. | |
color? | InputMaybe<CheckoutBrandingColorSelection | `${CheckoutBrandingColorSelection}`> | (Optional) Set to TRANSPARENT to define transparent form controls. If null, form controls inherit colors from their scheme settings (for example, the main section inherits from design_system.colors.schemes.scheme1.control by default). Note that usage of the customizations.control.color setting to customize the form control color is deprecated. |
|
cornerRadius? | InputMaybe<CheckoutBrandingCornerRadius | `${CheckoutBrandingCornerRadius}`> | (Optional) The corner radius used for form controls. | |
labelPosition? | InputMaybe<CheckoutBrandingLabelPosition | `${CheckoutBrandingLabelPosition}`> | (Optional) The label position used for form controls. |