Convenience method for fluxapp.getActionType
var context = fluxapp.createContext();
context.getActionType('user.search:failed'); // USER_SEARCH_FAILED
On to getActions(namespace)
Convenience method for fluxapp.getActionType
var context = fluxapp.createContext();
context.getActionType('user.search:failed'); // USER_SEARCH_FAILED
On to getActions(namespace)