ISubject Interface

RxJS

Represents an object that is both an observable sequence as well as an observer.

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

Syntax

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

See Also