GitHub

DaffCategoryPageActionTypes

The possible types of category page actions.

API

enum DaffCategoryPageActionTypes {
  CategoryPageLoadAction = '[@daffodil/category] Category Page Load Action',
  CategoryPageLoadByUrlAction = '[@daffodil/category] Category Page Load By URL Action',
  CategoryPageLoadSuccessAction = '[@daffodil/category] Category Page Load Success Action',
  CategoryPageLoadFailureAction = '[@daffodil/category] Category Page Load Failure Action',
}