Option

data class Option<out T>(val realValue: T, val formValue: String, val display: FlowContent.() -> Unit = { +formValue })

Constructors

Link copied to clipboard
constructor(realValue: T, formValue: String, display: FlowContent.() -> Unit = { +formValue })

Properties

Link copied to clipboard
val display: FlowContent.() -> Unit
Link copied to clipboard
Link copied to clipboard