Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 1.45 KB

inputdetail.md

File metadata and controls

84 lines (46 loc) · 1.45 KB

@bigcommerce/checkout-sdkInputDetail

Interface: InputDetail

Hierarchy

  • InputDetail

Index

Properties

Properties

Optional configuration

configuration? : undefined | object

Configuration parameters for the required input.


Optional details

details? : SubInputDetail[]

Input details can also be provided recursively.


Optional itemSearchUrl

itemSearchUrl? : undefined | string

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


Optional items

items? : Item[]

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


Optional key

key? : undefined | string

The value to provide in the result.


Optional optional

optional? : undefined | false | true

True if this input value is optional.


Optional type

type? : undefined | string

The type of the required input.


Optional value

value? : undefined | string

The value can be pre-filled, if available.