Preparing search index...
The search index is not available
@spred/core
@spred/core
Subscriber
Type Alias Subscriber<T>
Subscriber
<
T
>
:
(
(
value
:
T
)
=>
void
)
A function subscribed to updates of a signal.
Type Parameters
T
Type declaration
(
value
)
:
void
Parameters
value
:
T
The new value of the signal.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@spred/core
Loading...
A function subscribed to updates of a signal.