SingleInputValue
class SingleInputValue(val inputId: String, inputLabel: TitleItem.DefaultTitleItem? = null, val value: Value, val displayValue: String? = null) : InputValue
Represents the response of a single value form input.
Parameters
displayValue
The display string that represents this value.
value
The value of the response.
Constructors
Link copied to clipboard
constructor(inputId: String, inputLabel: TitleItem.DefaultTitleItem? = null, value: Value, displayValue: String? = null)