UIModelDataValue
public struct UIModelDataValue : Decodable
extension UIModelDataValue: ValueData
Undocumented
-
(UI) value
Declaration
Swift
public var value: String? -
Provides semantic information about the content (helps renderer to know what to do)
See also
UIModelData.ValueTypeDeclaration
Swift
public var dataType: String? -
Underlying value
Declaration
Swift
public var rawValue: String? -
only used in form
Declaration
Swift
public var label: String? -
Provides semantic information about the content (helps renderer to know what to do)
See also
UIModelData.ValueStateDeclaration
Swift
public var valueState: String? -
Declaration
Swift
public var type: UIModelData.ValueType? { get } -
Declaration
Swift
public var valState: UIModelData.ValueState { get } -
Undocumented
Declaration
Swift
public var isLink: Bool { get } -
Undocumented
Declaration
Swift
public init(value: String?, dataType: String?, rawValue: String?, label: String?, valueState: String?)
-
Declaration
Swift
public var id: String { get }