mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
1.5 KiB
1.5 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| EventPlugin | Interface: EventPlugin<T> | EventPlugin | 0 | null |
Deprecated
Use the newer helper functions
Type parameters
| Name | Type |
|---|---|
T |
extends CommandType |
Properties
description
• Optional description: string
Defined in
execute
• execute: (args: CommandArgs<T, Event>, controller?: Controller) => PluginResult
Type declaration
▸ (args, controller?): PluginResult
Parameters
| Name | Type |
|---|---|
args |
CommandArgs<T, Event> |
controller? |
Controller |
Returns
Defined in
name
• Optional name: string
Defined in
type
• type: Event