ValueType

public enum ValueType : String

Value Type

  • text

    Declaration

    Swift

    case text
  • link

    Declaration

    Swift

    case link
  • long text

    Declaration

    Swift

    case longText = "longtext"
  • phone number

    Declaration

    Swift

    case phoneNumber = "phonenumber"
  • email

    Declaration

    Swift

    case email