DaffRelatedProductsMemoizedSelectors
An interface for selectors of related products for the current product page.
Properties
| Name | Type | Description |
|---|---|---|
| selectRelatedProductIds | MemoizedSelector<DaffRelatedProductStateRootSlice, T['id'][]> |
Selects the IDs of the related products. |
| selectRelatedProducts | MemoizedSelector<DaffRelatedProductStateRootSlice, T[]> |
Selects the related products. |