LayoutType
@objc(SBDMessageFormItemLayoutType)
public enum LayoutType : Int, Codable, RawRepresentable
Layout type enum value
Since
4.21.0-
Undocumented
Declaration
Swift
case text
-
Undocumented
Declaration
Swift
case textarea
-
Undocumented
Declaration
Swift
case number
-
Undocumented
Declaration
Swift
case phone
-
Undocumented
Declaration
Swift
case email
-
Undocumented
Declaration
Swift
case chip
-
Undocumented
Declaration
Swift
case unknown
-
Declaration
Swift
public typealias RawValue = String
-
Declaration
Swift
public var rawValue: String { get }
-
Declaration
Swift
public init?(rawValue: String)