TextQuestion
public class TextQuestion : DefaultQuestion
-
Declaration
Swift
public private(set) var appearance: OpenTextAppearance { get } -
Declaration
Swift
public func setValue(value: String?) -
Declaration
Swift
public func getValue() -> String? -
Declaration
Swift
override public func validate() throws -> [ValidationQuestionError]
TextQuestion Class Reference