Search Docs
Loading...
Skip to content

Interface: _Source

A source that can emit values to subscribed listeners

Type Parameters#

Type Parameter
T
_Source(listener): _Unsubscribe;

A source that can emit values to subscribed listeners

Parameters#

Parameter Type
listener _Listener<T>

Returns#

_Unsubscribe

Properties#

Property Type
emit (value) => void