Interface EventSubscription

Interface representing an event subscription.

Hierarchy

  • EventSubscription

Properties

eventHandlerFn: EventHandlerFn

The event handler function to invoke when the event occurs.

eventName: EventName

The name of the event to subscribe to.

Generated using TypeDoc