Gjallarhorn.Bindable


Collections

Namespace: Gjallarhorn.Bindable
Parent Module: Bind

Submodule providing API for explicit binding generation of collections

Functions and values

Function or valueDescription
oneWay source name nav signal comp
Signature: source:BindingSource -> name:string -> nav:Dispatch<'Nav> -> signal:ISignal<'Coll> -> comp:IComponent<'Model,'Nav,'Message> -> IObservable<'Message * 'Model>
Type parameters: 'Nav, 'Coll, 'Model, 'Message

Add a collection bound to the view

Fork me on GitHub