@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
Observable
Shared
Observable
Interop
Observable
Interop
Subscribable
Observable
Like
Subscribable
Subscription
Subscription
Observer
Unsubscribable
Complete
Observer
Error
Observer
Next
Observer
Observer
Subscriber
Function
Teardown
Logic
is
Subscribable
is
Unsubscribable
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
The type of the subscriber function passed to the observable constructor.