DaffCompositeProductEntity
Describes how composite product configurations are stored in rxjs entity state.
import { DaffCompositeProductEntity } from '@daffodil/product-composite/state'
interface DaffCompositeProductEntity {
id: DaffProduct['id']
items: Dictionary<DaffCompositeConfigurationItem>
}
Properties
Name | Type | Description |
---|---|---|
id | DaffProduct['id'] | The id of the composite product. |
items | Dictionary<DaffCompositeConfigurationItem> | A dictionary of the configurations set for a composite product. |