FWTextComponentSnapshot
struct FWTextComponentSnapshot : FWComponentSnapshot
Snapshot of the information of a text component.
-
Component’s Type.
Declaration
Swift
var component: FWComponentModelWrapper.Types { get }
-
Component’s Inputted Value.
Declaration
Swift
var response: String { get }
-
Component’s ID
Declaration
Swift
let id: String
-
Component’s Title
Declaration
Swift
let title: String
-
Component’s Description
Declaration
Swift
let description: String
-
Component’s Required
Declaration
Swift
let required: Bool
-
Component’s Regular Expression
Declaration
Swift
let regex: String
-
Component’s Placeholder
Declaration
Swift
let placeholder: String
-
Component’s Content
Declaration
Swift
let content: String