DaffConfigurableProductReducersState
Interface for the redux store of the configurable product feature area.
import { DaffConfigurableProductReducersState } from '@daffodil/product-configurable/state'
interface DaffConfigurableProductReducersState {
configurableProductAttributes: EntityState<DaffConfigurableProductEntity>
}
Properties
Name | Type | Description |
---|---|---|
configurableProductAttributes | EntityState<DaffConfigurableProductEntity> |