Struct defining the characteristics of a displayed field on the HMI.
@since SDL 1.0
The enumeration identifying the field.
See
SDLTextFieldNameRequired
@property (readwrite, strong, nonatomic) SDLTextFieldName _Nonnull name;
var name: SDLTextFieldName { get set }
The character set that is supported in this field.
See
SDLCharacterSetRequired
@property (readwrite, strong, nonatomic) SDLCharacterSet _Nonnull characterSet;
var characterSet: SDLCharacterSet { get set }
The number of characters in one row of this field.
Required, Integer 1 - 500
@property (readwrite, strong, nonatomic) NSNumber<SDLInt> *_Nonnull width;
var width: NSNumber & SDLInt { get set }
The number of rows for this text field.
Required, Integer 1 - 8
@property (readwrite, strong, nonatomic) NSNumber<SDLInt> *_Nonnull rows;
var rows: NSNumber & SDLInt { get set }