GitHub

DaffRelatedProductsReducerState

An interface describing related product redux state. Stores the related product IDs for the current product that is loaded for a product page.

import { DaffRelatedProductsReducerState } from '@daffodil/related-products/state'
interface DaffRelatedProductsReducerState {
  relatedProductIds: ID[]
}

Properties

Name Type Description
relatedProductIds ID[]

The related product IDs.