BoundUserActionOptions

public struct BoundUserActionOptions : OptionSet

Options that determine how a bound action is displayed in UI.

  • Causes the action to be shown in a destructive style, which in many cases means that its text will be shown in red.

    Declaration

    Swift

    public static let destructive: BoundUserActionOptions