DaffSearchProductSelectors
Selectors for product results on a search page.
Properties
| Name | Type | Description |
|---|---|---|
| selectProductResultIds | MemoizedSelector<DaffSearchProductStateRootSlice, DaffSearchProductResult['id'][]> |
Select the product search result IDs from the main search state. |
| selectProductResults | MemoizedSelector<DaffSearchProductStateRootSlice, DaffProduct[]> |
Select the product search results from the main product state. |