Skip to content

Latest commit

 

History

History
88 lines (48 loc) · 2.13 KB

CardNumberElementOptions.md

File metadata and controls

88 lines (48 loc) · 2.13 KB

@bigcommerce/checkout-sdk / CardNumberElementOptions

Interface: CardNumberElementOptions

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

BaseIndividualElementOptions.classes


containerId

containerId: string

Inherited from

BaseIndividualElementOptions.containerId


disabled

Optional disabled: boolean

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

Inherited from

BaseIndividualElementOptions.disabled


iconStyle

Optional iconStyle: IconStyle

Appearance of the icon in the Element. Either solid or default


placeholder

Optional placeholder: string


showIcon

Optional showIcon: boolean


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

BaseIndividualElementOptions.style