@kayahr/observable
Unsubscribable
Interface Unsubscribable
Interface for objects which can be unsubscribed.
interface
Unsubscribable
{
unsubscribe
()
:
void
;
}
Hierarchy (
View Summary
)
Unsubscribable
Subscription
Index
Methods
unsubscribe
Methods
unsubscribe
unsubscribe
()
:
void
Cancels the subscription.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
unsubscribe
@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
Interface for objects which can be unsubscribed.