Rx.Notification.prototype.value

Gets the value from the OnNext notification.

返回值

(Any): The value from the OnNext notification.

Example

var notification = Rx.Notification.createOnNext(42);
console.log(notification.value);

// => 42

Location

  • rx.js