Type Alias

ActionSheet.Button

A button representing an operation of an action sheet presentation. アクションシート提示の操作を表しているボタン。

Declaration 宣言

typealias Button = Alert.Button

Discussion 議論

The ActionSheet button is type-aliased to the Alert button type, which provides default, cancel, and destructive styles.