Files
website/docs/api/classes/EventExecutable.md
2023-01-12 22:06:31 -06:00

1.3 KiB

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
EventExecutable Class: EventExecutable<Type> EventExecutable 0 null

Experimental

Will be refactored in future

Type parameters

Name Type
Type extends EventType

Constructors

constructor

new EventExecutable<Type>()

Type parameters

Name Type
Type extends EventType

Properties

execute

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

Defined in

src/handler/sern.ts:135


onEvent

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

Defined in

src/handler/sern.ts:134


plugins

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

Defined in

src/handler/sern.ts:133


type

Abstract type: Type

Defined in

src/handler/sern.ts:132