Skip to main content

Class: EventExecutable<Type>

Experimental

Will be refactored in future

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:130


onEvent

onEvent: ControlPlugin<any[]>[] = []

Defined in

src/handler/sern.ts:129


plugins

plugins: InitPlugin<any[]>[] = []

Defined in

src/handler/sern.ts:128


type

Abstract type: Type

Defined in

src/handler/sern.ts:127