CommandContext

constructor(command: Command, eventObj: Event, commandName: Key, cache: MutableStringKeyedMap<Any>)

Parameters

command

Respective command for this context object.

eventObj

Event that triggered this command.

commandName

Command name given by the user to invoke the command - lower-cased.

cache

Data cache map shared with the defined checks.