GitHub

DaffCategoryPageLoad

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

An action triggered to initialize a category page load request. This is intended to be used for loading full category pages. Queries the category by ID.

class DaffCategoryPageLoad implements Action {
  readonly type: DaffCategoryPageActionTypes.CategoryPageLoadAction = DaffCategoryPageActionTypes.CategoryPageLoadAction
  request: DaffCategoryIdRequest
}