Actions methods
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the action with the given actionName.
actionName
String
Returns: object or false if the action has not been mapped.
Initializes the module, loads the dependent module classes and calls the mapActions
method on all available modules using .
Checks if the action with the given actionName has been mapped.
actionName
String
Returns: Boolean
Maps an action for a module.
actionName
String
action
object
Parses the received query to find the corresponding action and runs it