DaffProductPageMemoizedSelectors

An interface for selectors related to the current product page.

Properties

Name Type Description
selectCurrentProductState MemoizedSelector<DaffProductStateRootSlice, DaffProductReducerState> Selects the entire state object for the product page feature area.
selectCurrentProductId MemoizedSelector<DaffProductStateRootSlice, T['id']> Selects the id of the current product.
selectCurrentProduct MemoizedSelector<DaffProductStateRootSlice, T> Selects the current product, which is the product loaded for a product page.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.