Skip to main content

Class: CommandExecutable<Type>

Experimental

Will be refactored / changed in future

Type parameters

NameType
Typeextends CommandType

Constructors

constructor

new CommandExecutable<Type>()

Type parameters

NameType
Typeextends 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