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)

Properties

Link copied to clipboard
val displayValue: String? = null
Link copied to clipboard
val inputId: String
Link copied to clipboard
Link copied to clipboard