ConnectableObservable Constructor (Observable, ISubject)

RxJS

Creates an observable that can be connected and disconnected from its source.

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

Syntax

JavaScript
Rx.ConnectableObservable = function(source, subject);

Parameters

source
Type: Rx..::.Observable
subject
Type: Rx..::.ISubject

See Also