Search
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#

ParameterType
listener_Listener<T>

Returns#

_Unsubscribe

Properties#

PropertyType
emit(value) => void