Represents an observable that can be connected and disconnected from its source.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
Rx.ConnectableObservable = function(); Type.createClass( 'Rx.ConnectableObservable', Rx.Observable); |