Initial setup of the command. Declare scope variables here.
myCounterCommand.configure = function (scope) { scope.declare("counter", 0); }
Command .configure (scope : Scope)
Command
configure
scope
Scope
Command.getLabel
Command.getChecked
Command.execute
Command.getAvailable
Command.getEnabled
Command.getShortcuts