DaffCategoryReducersState
An interface to describe all of category state.
Properties
| Name | Type | Description |
|---|---|---|
| category | DaffCategoryReducerState |
Redux state for category page metadata, category loading state, and errors associated with loading a category. |
| categoryEntities | EntityState<V> | Redux state for category entities. |
| pageMetadata | DaffCategoryPageMetadataReducerState |
The product collection metadata for the category page. |