PropertyType

public enum PropertyType : CustomStringConvertible, JSONRepresentable

Data type of the given property field added.

  • The associated property field will be of type string. Unicode is supported.

    Declaration

    Swift

    case string_
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }