What is callAction()?
| callAction() | |||
|---|---|---|---|
| Argument | Type | Required? | Description |
| actionName | string | Required |
The name of the action you want to call. In multiple controllers or assigned controllers: controllerName + actionDelimiter ("." is the default) + actionName e.g. home.welcome |
| args | any | Optional | Any data you want to pass into the action. |
