Preparing search index...
The search index is not available
@kayahr/observable
@kayahr/observable
SubscriberFunction
Type Alias SubscriberFunction<T>
SubscriberFunction
:
(
observer
:
SubscriptionObserver
<
T
>
)
=>
TeardownLogic
The type of the subscriber function passed to the observable constructor.
Type Parameters
T
=
unknown
Type declaration
(
observer
:
SubscriptionObserver
<
T
>
)
:
TeardownLogic
Parameters
observer
:
SubscriptionObserver
<
T
>
Returns
TeardownLogic
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@kayahr/observable
Loading...
The type of the subscriber function passed to the observable constructor.