SelectedOptionsInputValue

class SelectedOptionsInputValue(val inputId: String, inputLabel: TitleItem.DefaultTitleItem? = null, val selectedOptions: List<OptionItem.SelectionsOptionItem>) : InputValue

Represents the selected response values of a multi-option form input.

Parameters

selectedOptions

A List of OptionItem.SelectionsOptionItem selected responses.

Constructors

Link copied to clipboard
constructor(inputId: String, inputLabel: TitleItem.DefaultTitleItem? = null, selectedOptions: List<OptionItem.SelectionsOptionItem>)

Properties

Link copied to clipboard
val inputId: String
Link copied to clipboard