mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
2.1 KiB
2.1 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| SernEventCommand | Interface: SernEventCommand<T> | SernEventCommand | 0 | null |
Type parameters
| Name | Type |
|---|---|
T |
extends keyof SernEventsMapping = keyof SernEventsMapping |
Hierarchy
-
Module↳
SernEventCommand
Properties
description
• Optional description: string
Inherited from
Module.description
Defined in
name
• Optional name: T
Overrides
Module.name
Defined in
onEvent
• onEvent: ControlPlugin<any[]>[]
Inherited from
Module.onEvent
Defined in
plugins
• plugins: InitPlugin<any[]>[]
Inherited from
Module.plugins
Defined in
type
• type: Sern
Overrides
Module.type
Defined in
Methods
execute
▸ execute(...args): unknown
Parameters
| Name | Type |
|---|---|
...args |
SernEventsMapping[T] |
Returns
unknown
Overrides
Module.execute