#
Interface: Subscription<T>"urx/src/actions".Subscription
Subscriptions are bound to Emitters with the subscribe action, and get called with the new values.
#
Type parametersName | Description |
---|---|
T | the Emitter value type. |
#
Hierarchy- Subscription
#
Callableâ–¸ (value
: T): any
Defined in urx/src/actions.ts:32
Subscriptions are bound to Emitters with the subscribe action, and get called with the new values.
#
Parameters:Name | Type |
---|---|
value | T |
Returns: any