Subscription Interface
Subscription interface compatible with rxjs This interface ensures that consumers are not required to have rxjs as dependency.
Extends
Methods
Name | Description | |
---|---|---|
add(tearDown: void | Unsubscribable | () => void): void | ||
unsubscribe(): void |
Properties
Name | Type | Description | |
---|---|---|---|
closed Readonly | boolean |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.