EditorKey

public enum EditorKey
extension EditorKey: Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    case enter
  • Undocumented

    Declaration

    Swift

    case backspace
  • tab

    Undocumented

    Declaration

    Swift

    case tab
  • Undocumented

    Declaration

    Swift

    case other(UIKey)
  • Declaration

    Swift

    public static func == (lhs: `Self`, rhs: `Self`) -> Bool