Interface: MetaCommandHandler<W, X>
Interface: MetaCommandHandler<W, X>
Represents MetaCommandHandler.
Type Parameters
W
W
extends IIncomingEvent
= IIncomingEvent
X
X
= unknown
Properties
isClass?
optional isClass: boolean;
isFactory?
optional isFactory: boolean;
module
module: CommandHandlerClass<W, X>;
options
options: CommandOptions;