Skip to main content
Version: Next

PreparedAppCommandExecution

PreparedAppCommandExecution

Represents a prepared command execution with all necessary data and middleware.

Signature
interface PreparedAppCommandExecution {
command: LoadedCommand;
middlewares: LoadedMiddleware[];
messageCommandParser?: MessageCommandParser;
}

command

middlewares

property
LoadedMiddleware[]

messageCommandParser