ReactiveProperty<'a>
Namespace: FSharp.Qualia
Observable property holding the last value set. Setting the value will trigger an event in the embedded observable
Constructors
Constructor | Description |
new(source, init)
Signature: (source:IObservable<'a> * init:'a) -> ReactiveProperty<'a>
|
|
new(init)
Signature: init:'a -> ReactiveProperty<'a>
|
Instance members
Instance member | Description |
Value()
Signature: unit -> 'a
|
|
Value()
Signature: unit -> unit
|