clean-jsdoc-theme TypeDoc APIv0.0.0

EventSubscription

interface EventSubscription { isActive: boolean; unsubscribe(): void; }

Source: EventEmitter.ts:25

Event subscription object


Properties

isActive: boolean

Whether the subscription is active

Methods

unsubscribe(): void

Removes the subscription

Returns

  • void