Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 750 Bytes

File metadata and controls

55 lines (28 loc) · 750 Bytes

@bigcommerce/checkout-sdk


@bigcommerce/checkout-sdk / SubInputDetail

Interface: SubInputDetail

Properties

configuration?

optional configuration?: object

Configuration parameters for the required input.


items?

optional items?: Item_2[]

In case of a select, the items to choose from.


key?

optional key?: string

The value to provide in the result.


optional?

optional optional?: boolean

True if this input is optional to provide.


type?

optional type?: string

The type of the required input.


value?

optional value?: string

The value can be pre-filled, if available.