kvision / pl.treksoft.kvision.state / bind

bind

(js) fun <S, W : Widget> W.bind(observableState: ObservableState<S>, removeChildren: Boolean = true, factory: W.(S) -> Unit): W

An extension function which binds the widget to the observable state.

Parameters

S - the state type

W - the widget type

observableState - the state

removeChildren - remove all children of the component

factory - a function which re-creates the view based on the given state