Gjallarhorn.Bindable


IComponent<'Model, 'Nav, 'Message>

Namespace: Gjallarhorn.Bindable

A component takes a BindingSource and a Signal for a model and returns a list of observable messages

Instance members

Instance memberDescription
AddSubscription(arg1)
Signature: (('Message -> 'Model -> Async<'Message option>)) -> unit
Modifiers: abstract
Install(arg1 arg2 arg3)
Signature: Dispatch<'Nav> -> BindingSource -> ISignal<'Model> -> IObservable<'Message> list
Modifiers: abstract

The actual function which performs the operation of installing the component to a binding source

Fork me on GitHub