GitHub

DaffCategoryPageLoadByUrl

import { DaffCategoryPageLoadByUrl } 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 URL.

class DaffCategoryPageLoadByUrl implements Action {
  readonly type: DaffCategoryPageActionTypes.CategoryPageLoadByUrlAction = DaffCategoryPageActionTypes.CategoryPageLoadByUrlAction
  request: DaffCategoryUrlRequest
}