On this page
Methods

Interface Subscription

Allows to unsubscribe from events without the need to store the method reference.

interface Subscription {
    unsubscribe(): void;
}
Index

Methods

Methods

  • Unsubscribes from the event.

    Returns void

Was this helpful?
SDK JS
Reference
Subscription