DaffProductPageReviewsMemoizedSelectors

An interface for selectors related to the current product page.

Properties

Name Type Description
selectProductPageReviewsState MemoizedSelector<DaffReviewsStateRootSlice, DaffProductPageReviewsReducerState> Selects the entire state object for the product page feature area.
selectProductPageReviewsLoading MemoizedSelector<DaffReviewsStateRootSlice, boolean> Selects the loading state of the current product.
selectProductPageReviewsErrors MemoizedSelector<DaffReviewsStateRootSlice, DaffStateError[]> Selects the loading state of the current product.
selectProductPageReviews MemoizedSelector<DaffReviewsStateRootSlice, T[]> Selects the reviews for the current product page.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.