ButtonType

public struct ButtonType

Undocumented

  • Whether this action should be indicated as destructive.

    Declaration

    Swift

    public static let danger: String
  • Regular button

    Declaration

    Swift

    public static let `default`: String