FieldType
public enum FieldType : Int, CaseIterable, Hashable, Sendable
-
Declaration
Swift
case editTextSingleLine = 1
-
Declaration
Swift
case editTextMultiLine = 2
-
Declaration
Swift
case checkBox = 3
-
Declaration
Swift
case radioButton = 4
-
Declaration
Swift
case listSingle = 5
-
Declaration
Swift
case listMultiple = 6
-
Declaration
Swift
case none = -1
-
Declaration
Swift
public static func getFieldType(id: Int?) -> FieldType