Files
website/docs/api/classes/EventExecutable.md
Jacob Nguyen 49a910f90a fix docs build
2023-06-30 21:56:51 -05:00

1.8 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

plugins

plugins: AnyEventPlugin[] = []

Defined in

src/handler/commands.ts:100


type

Abstract type: Type

Defined in

src/handler/commands.ts:99


_instance

Static Private _instance: EventModule

Defined in

src/handler/commands.ts:102

Methods

execute

Abstract execute(...args): unknown

Parameters

Name Type
...args EventArgs<Type, Control>

Returns

unknown

Defined in

src/handler/commands.ts:111


getInstance

Static getInstance(): EventModule

Returns

EventModule

Defined in

src/handler/commands.ts:103