If you need to call a different action from one of your actions, you can use:
this.send("nameOfOtherAction", someArguments)
Developer from somewhere
If you need to call a different action from one of your actions, you can use:
this.send("nameOfOtherAction", someArguments)