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

plugins

plugins: AnyEventPlugin[] = []

Defined in

src/core/modules.ts:100


type

Abstract type: Type

Defined in

src/core/modules.ts:99


_instance

Static Private _instance: EventModule

Defined in

src/core/modules.ts:102

Methods

execute

Abstract execute(...args): unknown

Parameters

NameType
...argsEventArgs<Type, Control>

Returns

unknown

Defined in

src/core/modules.ts:111


getInstance

Static getInstance(): EventModule

Returns

EventModule

Defined in

src/core/modules.ts:103