Constants indicating the style information that is applied to the action button.
public enum Style: Int
Int
normal
A normal action.
case normal
destructive
An action that deletes data or performs some type of destructive task.
case destructive