IObservable Interface

RxJS

Represents a push-style collection.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.IObservable = function();
Rx.IObservable.createInterface('Rx.IObservable');

See Also