GitHub

DaffProductPageLoad

An action triggered to initialize a product page load. This is intended to be used for loading a product page rather than only a product.

import { DaffProductPageLoad } from '@daffodil/product/state'
class DaffProductPageLoad implements Action {
  readonly type: DaffProductPageActionTypes.ProductPageLoadAction
  payload: string
}

Properties

Name Type Description
type DaffProductPageActionTypes.ProductPageLoadAction
payload string