BehaviorSubject Constructor (Object)

RxJS

Creates a behavior subject.

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

Syntax

JavaScript
Rx.BehaviorSubject = function(value);

Parameters

value
Type: System..::.Object

See Also