Command

The Command object represents a single command in the simulator. This object can be used to activate the command, and inspect some of its properties.

Command objects can be found using simulator.findCommand() or simulator.createCommand().

Properties

Unfortunately, the description of the command isn't available to plugins.

Methods

Events

Listen to these events using simulator.addEventListener(). Remove your listener using simulator.removeEventListener().

References