VGSSSNState
@MainActor
public class VGSSSNState : VGSTextFieldState
An object that describes VGSTextField state with configuration FieldType.ssn . State attributes are read-only.
-
Last 4 digits of the valid ssn from associated
VGSTextFieldwith field configuration typeFieldType.ssn.Declaration
Swift
@MainActor internal(set) open var last4: String { get } -
Message that contains
VGSSSNStateattributes and their values.Declaration
Swift
@MainActor override public var description: String { get }
View on GitHub