Type alias Push<T>

Push<T>: Tag<Push> & [T]

Sends a new value to a Sink.

Remarks

This signal is sent from a Source to a Sink to send a new value to it. This is essentially the signal that wraps new values coming in, like an event. Values are carried on unary tuples and can be accessed using signal[0].

Type Parameters

  • T

Generated using TypeDoc