Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.18 KB

BaseElementOptions_2.md

File metadata and controls

48 lines (26 loc) · 1.18 KB

@bigcommerce/checkout-sdk / BaseElementOptions_2

Interface: BaseElementOptions_2

Hierarchy

Table of contents

Properties

Properties

classes

Optional classes: StripeElementClasses

Set custom class names on the container DOM element when the Stripe element is in a particular state.


disabled

Optional disabled: boolean

Applies a disabled state to the Element such that user input is not accepted. Default is false.


style

Optional style: StripeElementStyle

Customize the appearance of an element using CSS properties passed in a Style object, which consists of CSS properties nested under objects for each variant.