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.
removeChildren
- remove all children of the component
factory
- a function which re-creates the view based on the given state