mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
2.0 KiB
2.0 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| ExternalEventCommand | Interface: ExternalEventCommand | ExternalEventCommand | 0 | null |
Hierarchy
-
↳
ExternalEventCommand
Properties
description
• Optional description: string
Inherited from
Defined in
emitter
• emitter: string
Defined in
name
• Optional name: string
Overrides
Defined in
onEvent
• onEvent: ControlPlugin<any[]>[]
Inherited from
Defined in
plugins
• plugins: InitPlugin<any[]>[]
Inherited from
Defined in
type
• type: External
Overrides
Defined in
Methods
execute
▸ execute(...args): unknown
Parameters
| Name | Type |
|---|---|
...args |
unknown[] |
Returns
unknown
Overrides
Module.execute