Observable Component Property
class ObservableComponentProperty<T>( component: Component<*>, initialValue: T, onChange: (T) -> Unit? = null) : ObservableProperty<T>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
infix fun setupBy(block: suspend () -> Unit): ObservableComponentProperty<T>
Content copied to clipboard