mixinafReflux::GlobalCommands

afReflux::GlobalCommands

@Js

(Service) - Maintains and provides access to GlobalCommand instances.

get

Source

@Operator
abstract GlobalCommand get(Str id)

Returns the command that was contributed with the given id.

myCmd := globalCommands.get("myCmd")

myCmd := globalCommands["myCmd"]