Type Alias: CommandInfo<CONTEXT>
CommandInfo<
CONTEXT>:RouteScanResult<CONTEXT> &object
Contextual information about the current command.
Type declaration
target
readonlytarget:Command<CONTEXT>
The target that was found by the scanner for the given inputs. When provided as part of CommandInfo, this will always be a command.
Type Parameters
• CONTEXT extends CommandContext = CommandContext