Files
archived-sern-website/docs/api/classes/EventExecutable.md
2022-12-28 22:43:41 +03: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

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


onEvent

onEvent: EventModuleEventPluginDefs[Type][] = []

Defined in

src/handler/sern.ts:107


plugins

plugins: EventModuleCommandPluginDefs[Type][] = []

Defined in

src/handler/sern.ts:106


type

Abstract type: Type

Defined in

src/handler/sern.ts:105