bindSync
An extension function which binds the widget to the given signal synchronously. It's less efficient than bind, but fully compatible with KVision 4 state bindings.
Parameters
the Signal instance
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
Type Parameters
the state type
the widget type
An extension function which binds the widget to the given signal synchronously using the substate extractor. It's less efficient than bind, but fully compatible with KVision 4 state bindings.
Parameters
the Signal instance
an extractor function for substate
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
Type Parameters
the state type
the substate type
the widget type