GitHub

DaffCategoryPageActionTypes

enum

import { DaffCategoryPageActionTypes } from '@daffodil/category/state'

The possible types of category page actions.

enum DaffCategoryPageActionTypes {
  CategoryPageLoadAction = DaffCategoryPageActionTypes.CategoryPageLoadAction,
  CategoryPageLoadByUrlAction = DaffCategoryPageActionTypes.CategoryPageLoadByUrlAction,
  CategoryPageLoadSuccessAction = DaffCategoryPageActionTypes.CategoryPageLoadSuccessAction,
  CategoryPageLoadFailureAction = DaffCategoryPageActionTypes.CategoryPageLoadFailureAction,
}