mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
1.9 KiB
1.9 KiB
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| CommandExecutable | Class: CommandExecutable<Type> | CommandExecutable | 0 | null |
Experimental
Will be refactored / changed in future
Type parameters
| Name | Type |
|---|---|
Type |
extends CommandType = CommandType |
Constructors
constructor
• new CommandExecutable<Type>()
Type parameters
| Name | Type |
|---|---|
Type |
extends CommandType = CommandType |
Properties
plugins
• plugins: AnyCommandPlugin[] = []
Defined in
type
• Abstract type: Type
Defined in
_instance
▪ Static Private _instance: CommandModule
Defined in
Methods
execute
▸ Abstract execute(...args): unknown
Parameters
| Name | Type |
|---|---|
...args |
CommandArgs<Type, Control> |
Returns
unknown
Defined in
getInstance
▸ Static getInstance(): CommandModule