Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 1.11 KB

subinputdetail.md

File metadata and controls

66 lines (36 loc) · 1.11 KB

@bigcommerce/checkout-sdkSubInputDetail

Interface: SubInputDetail

Hierarchy

  • SubInputDetail

Index

Properties

Properties

Optional configuration

configuration? : undefined | object

Configuration parameters for the required input.


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 is optional to provide.


Optional type

type? : undefined | string

The type of the required input.


Optional value

value? : undefined | string

The value can be pre-filled, if available.