Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Event Abstract

All events must extend this class and implement its abstract methods.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

emitter: __module

The event emitter to listen for this event on.

name: string

The name of the event.

once: boolean

Whether ot not this handler will be unloaded after it has been called.

Accessors

Methods

  • handle(..._: any[]): unknown