Package-level declarations
Classes supporting the observer pattern, including the implementation of the observable list.
Properties
Extension property returning a MutableState for a MutableSignal.
Extension property returning an ObservableState for a Signal.
Functions
An extension function which binds the widget to the given signal.
An extension function which binds the widget to the given signal using the substate extractor.
An extension function which binds the container to the given signal with a list of items.
An extension function which binds the container to the given signal with a list of items using the substate extractor.
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.
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.
Bidirectional data binding to the MutableSignal instance.
An extension function which inserts child component and binds it to the given signal.
An extension function which inserts child component and binds it to the given signal using the substate extractor.
An extension function which inserts child component and binds it to the given signal when the state value is not null.
An extension function which inserts child component and binds it to the given signal using the substate extractor when the state value is not null.
An extension function which inserts child component and binds it to the observable state when the given condition is true.
An extension function which inserts child component and binds it to the given signal using the substate extractor when the given condition is true.