Gets the value from the OnNext notification.
(Any): The value from the OnNext notification.
{% if book.isPdf %}
var notification = Rx.Notification.createOnNext(42);
console.log(notification.value);
// => 42
{% else %}
{% endif %}
- rx.js
Gets the value from the OnNext notification.
(Any): The value from the OnNext notification.
{% if book.isPdf %}
var notification = Rx.Notification.createOnNext(42);
console.log(notification.value);
// => 42
{% else %}
{% endif %}