Control

class Control<T>(val name: String, state: MutableState<T>)

A reference to a control for a component

Constructors

Link copied to clipboard
constructor(name: String, state: MutableState<T>)

Functions

Link copied to clipboard
operator fun getValue(thisObj: Any?, property: KProperty<*>): T
Link copied to clipboard
operator fun setValue(thisObj: Any?, property: KProperty<*>, value: T)

Properties

Link copied to clipboard