Skip to main content
Latest
interface NextNotification
import { type NextNotification } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";

A notification representing a "next" from an observable. Can be used with dematerialize.

Properties

kind: "N"

The kind of notification. Always "N"

value: T

The value of the notification.