Interface

CvcElementOptions

CvcElementOptions

Apply to split card element type integration, interface used when call createElement with type `cvc`

View Source types/element.d.ts, line 330

Members

string

# authFormContainer Optional

Container for authentication form, it's an element id

View Source types/element.d.ts, line 358

number

# cvcLength Optional

Indicate cvc's length

View Source types/element.d.ts, line 346

boolean

# disabled Optional

Config if the element input are disabled or not, default false

View Source types/element.d.ts, line 334

string

# placeholder Optional

The placeholder attribute specifies a short hint that describes the expected value of an input field

View Source types/element.d.ts, line 340

InputStyle

# style Optional

Style for cvc element

View Source types/element.d.ts, line 352