mixinafReflux::GlobalCommands
afReflux::GlobalCommands
@
Js
(Service) - Maintains and provides access to GlobalCommand
instances.
- get
@
Operator
abstract GlobalCommand get(Str id)Returns the command that was contributed with the given id.
myCmd := globalCommands.get("myCmd") myCmd := globalCommands["myCmd"]