Action functions for alert state See: module:ActionTypes module:AlertReducer View Source store/actions/alert.js, line 1 Methods # inner hideAlert() → {object} An action to hide alert View Source store/actions/alert.js, line 29 Returns: Type: object # inner showAlert(alertType, alertMessage) → {object} An action to show alert Parameters: Name Type Description alertType string type of alert alertMessage string message to show View Source store/actions/alert.js, line 14 Returns: Type: object