Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.48 KB

idealelementoptions.md

File metadata and controls

61 lines (33 loc) · 1.48 KB

@bigcommerce/checkout-sdkIdealElementOptions

Interface: IdealElementOptions

Hierarchy

Index

Properties

Properties

Optional classes

classes? : StripeElementClasses

Inherited from BaseElementOptions.classes


Optional disabled

disabled? : undefined | false | true

Overrides BaseElementOptions.disabled

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


Optional hideIcon

hideIcon? : undefined | false | true

Overrides BaseElementOptions.hideIcon

Hides the icon in the Element. Default is false.


Optional style

style? : StripeElementStyle

Inherited from BaseElementOptions.style


Optional value

value? : undefined | string