@bigcommerce/checkout-sdk › InputDetail
- InputDetail
• configuration? : undefined | object
Configuration parameters for the required input.
• details? : SubInputDetail[]
Input details can also be provided recursively.
• itemSearchUrl? : undefined | string
In case of a select, the URL from which to query the items.
• items? : Item[]
In case of a select, the items to choose from.
• key? : undefined | string
The value to provide in the result.
• optional? : undefined | false | true
True if this input value is optional.
• type? : undefined | string
The type of the required input.
• value? : undefined | string
The value can be pre-filled, if available.