Initializers
init(colors:)
Creates a state style.init(from:)
Inherited fromDecodable.init(from:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Structure
struct CheckoutStateStyle
init(colors: CheckoutColorStyle? = nil)
Decodable.init(from:).
init(from decoder: any Decoder) throws
| Property | Type | Description |
|---|---|---|
colors | CheckoutColorStyle? | The colors the element uses while it is in this state. |
Was this page helpful?
