GitHub

DaffCategoryPageLoad

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.

API

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

Properties

Name Type Description
type DaffCategoryPageActionTypes.CategoryPageLoadAction
request DaffCategoryIdRequest