Type Alias

ToggleStyle.Configuration

The properties of a toggle instance.

Declaration 宣言

typealias Configuration = ToggleStyleConfiguration

Discussion 議論

You receive a configuration parameter of this type — which is an alias for the ToggleStyleConfiguration type — when you implement the required makeBody(configuration:) method in a custom toggle style implementation.

See Also 参照

Creating Custom Toggle Styles