DaffProductGridMemoizedSelectors

An interface for selectors related to loading a grid of products.

Properties

Name Type Description
selectProductGridState MemoizedSelector<DaffProductStateRootSlice<T>, DaffProductGridReducerState<T>> Selects the redux state for the product grid feature area. Returns DaffProductGridReducerState.
selectProductGridLoadingState MemoizedSelector<DaffProductStateRootSlice<T>, boolean> Selects whether any product grid requests are loading.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.