IEventSubscription interface
Interface describing the return value of a call to EventSubject.subscribe().
Signature
export interface IEventSubscription
Properties
unsubscribe
Type: () => void
Unsubscribe the listener callback from the event
Interface describing the return value of a call to EventSubject.subscribe().
export interface IEventSubscription
Type: () => void
Unsubscribe the listener callback from the event