InlineStateForValue

class InlineStateForValue<P>(    val component: Component<*>,     val initial: P,     val type: KType) : ObservableProperty<P>

Constructors

Link copied to clipboard
fun <P> InlineStateForValue(    component: Component<*>,     initial: P,     type: KType)

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: Any?, property: KProperty<*>): P
Link copied to clipboard
open operator override fun setValue(    thisRef: Any?,     property: KProperty<*>,     value: P)

Properties

Link copied to clipboard
val component: Component<*>
Link copied to clipboard
val initial: P
Link copied to clipboard
val type: KType