OptionSelectOption

data class OptionSelectOption(item: <ERROR CLASS>, selected: Boolean)

Represents selectable options in the multi-select page.

Constructors

Link copied to clipboard
fun OptionSelectOption(item: <ERROR CLASS>, selected: Boolean)

Properties

Link copied to clipboard
val displayString: String
Link copied to clipboard
val item: <ERROR CLASS>
Link copied to clipboard
val selected: Boolean