GitHub

DaffCompositeProductEntity

import { DaffCompositeProductEntity } from '@daffodil/product-composite/state'

Describes how composite product configurations are stored in rxjs entity state.

interface DaffCompositeProductEntity {
  id: string
  items: Dictionary<DaffCompositeConfigurationItem>
}

Properties

id
string

The id of the composite product.

items
Dictionary<DaffCompositeConfigurationItem>

A dictionary of the configurations set for a composite product.