@bigcommerce/checkout-sdk › SubInputDetail
- SubInputDetail
• configuration? : undefined | object
Configuration parameters for the required input.
• 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 is optional to provide.
• type? : undefined | string
The type of the required input.
• value? : undefined | string
The value can be pre-filled, if available.