Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.28 KB

File metadata and controls

80 lines (44 loc) · 1.28 KB

@bigcommerce/checkout-sdk / InputDetail_2

Interface: InputDetail_2

Table of contents

Properties

Properties

configuration

Optional configuration: object

Configuration parameters for the required input.


details

Optional details: SubInputDetail_2[]

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_3[]

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.