mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
1.8 KiB
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
type
• Abstract type: Type
Defined in
_instance
▪ Static Private _instance: EventModule
Defined in
Methods
execute
▸ Abstract execute(...args): unknown
Parameters
| Name | Type |
|---|---|
...args |
EventArgs<Type, Control> |
Returns
unknown
Defined in
getInstance
▸ Static getInstance(): EventModule