oopscord.js
Preparing search index...
EventModuleOptions
Interface EventModuleOptions
Configuration for the
EventModule
decorator.
listeners
: an array of listener classes (constructors) that the module system can instantiate and register when this module is loaded.
interface
EventModuleOptions
{
listeners
?:
typeof
Listener
[]
;
}
Index
Properties
listeners?
Properties
Optional
listeners
listeners
?:
typeof
Listener
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
listeners
oopscord.js
Loading...
Configuration for the
EventModuledecorator.listeners: an array of listener classes (constructors) that the module system can instantiate and register when this module is loaded.