Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 1.57 KB

IdealElementOptions.md

File metadata and controls

70 lines (38 loc) · 1.57 KB

@bigcommerce/checkout-sdk / IdealElementOptions

Interface: IdealElementOptions

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.

Inherited from

BaseElementOptions_2.classes


disabled

Optional disabled: boolean

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

Inherited from

BaseElementOptions_2.disabled


hideIcon

Optional hideIcon: boolean

Hides the icon in the Element. 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.

Inherited from

BaseElementOptions_2.style


value

Optional value: string