Kind

public enum Kind

The type of the button.

  • A button with a solid background.

    Declaration

    Swift

    case colored
  • A button with a NSVisualEffectView-backed background.

    Declaration

    Swift

    case visualEffect