public enum PropertyType : UInt32, CaseIterable, Codable

Types of properties.

  • A Boolean property.

    Declaration

    Swift

    case bool
  • An Integer property.

    Declaration

    Swift

    case int
  • A string property.

    Declaration

    Swift

    case string