Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.25 KB

InputDetail.md

File metadata and controls

80 lines (44 loc) · 1.25 KB

@bigcommerce/checkout-sdk / InputDetail

Interface: InputDetail

Table of contents

Properties

Properties

configuration

Optional configuration: object

Configuration parameters for the required input.


details

Optional details: SubInputDetail[]

Input details can also be provided recursively.


itemSearchUrl

Optional itemSearchUrl: string

In case of a select, the URL from which to query the items.


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 value is optional.


type

Optional type: string

The type of the required input.


value

Optional value: string

The value can be pre-filled, if available.