Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 963 Bytes

SubInputDetail.md

File metadata and controls

62 lines (34 loc) · 963 Bytes

@bigcommerce/checkout-sdk / SubInputDetail

Interface: SubInputDetail

Table of contents

Properties

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.