FSharp.Qualia


ReactiveProperty<'a>

Namespace: FSharp.Qualia

Observable property holding the last value set. Setting the value will trigger an event in the embedded observable

Constructors

ConstructorDescription
new(source, init)
Signature: (source:IObservable<'a> * init:'a) -> ReactiveProperty<'a>
new(init)
Signature: init:'a -> ReactiveProperty<'a>

Instance members

Instance memberDescription
Value()
Signature: unit -> 'a
Value()
Signature: unit -> unit
Fork me on GitHub