Notification Constructor (String, Object)

RxJS

Constructs a notification.

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

Syntax

JavaScript
Rx.Notification = function(kind, value);

Parameters

kind
Type: System..::.String
value
Type: System..::.Object

See Also