Return Method (Object)

RxJS

Returns an observable sequence that contains a single value.

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

Syntax

JavaScript
Rx.Observable.Return = function(value);

Parameters

value
Type: System..::.Object

See Also