Files
website/docs/api/classes/CommandExecutable.md
2023-01-17 11:23:46 -06:00

1.4 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

Constructors

constructor

new CommandExecutable<Type>()

Type parameters

Name Type
Type extends CommandType

Properties

execute

Abstract execute: CommandModuleDefs[Type]["execute"]

Defined in

src/handler/sern.ts:121


onEvent

onEvent: ControlPlugin<any[]>[] = []

Defined in

src/handler/sern.ts:120


plugins

plugins: InitPlugin<any[]>[] = []

Defined in

src/handler/sern.ts:119


type

Abstract type: Type

Defined in

src/handler/sern.ts:118