GitHub

DaffCategoryPageLoadByUrl

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.

import { DaffCategoryPageLoadByUrl } from '@daffodil/category/state'
class DaffCategoryPageLoadByUrl implements Action {
  readonly type: DaffCategoryPageActionTypes.CategoryPageLoadByUrlAction
  request: DaffCategoryUrlRequest
}

Properties

Name Type Description
type DaffCategoryPageActionTypes.CategoryPageLoadByUrlAction
request DaffCategoryUrlRequest