Skip to main content

Class: EventExecutable<Type>

Type parameters

NameType
Typeextends EventType

Constructors

constructor

new EventExecutable<Type>()

Type parameters

NameType
Typeextends EventType

Properties

execute

Abstract execute: EventModuleDefs[Type][``"execute"``]

Defined in

src/handler/sern.ts:139


onEvent

onEvent: EventModuleEventPluginDefs[Type][] = []

Defined in

src/handler/sern.ts:138


plugins

plugins: EventModuleCommandPluginDefs[Type][] = []

Defined in

src/handler/sern.ts:137


type

Abstract type: Type

Defined in

src/handler/sern.ts:136