Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.69 KB

BaseIndividualElementOptions.md

File metadata and controls

67 lines (36 loc) · 1.69 KB

@bigcommerce/checkout-sdk / BaseIndividualElementOptions

Interface: BaseIndividualElementOptions

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


containerId

containerId: string


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


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