bindSync
An extension function which binds the widget to the observable state synchronously. It's less efficient than bind, but fully compatible with KVision 4 state bindings.
Parameters
the state type
the widget type
the state
remove all children of the component
whether to run factory function immediately with the current state
a function which re-creates the view based on the given state
An extension function which binds the widget to the observable state synchronously using the sub state extractor. It's less efficient than bind, but fully compatible with KVision 4 state bindings.
Parameters
the state type
the sub state type
the widget type
the state
an extractor function for sub state
remove all children of the component
whether to run factory function immediately with the current state
a function which re-creates the view based on the given state