GitHub

DaffConfigurableProductApplyAttribute

Applies an attribute to a particular configurable product.

import { DaffConfigurableProductApplyAttribute } from '@daffodil/product-configurable/state'
class DaffConfigurableProductApplyAttribute<<T extends DaffConfigurableProduct>>  implements Action {
  readonly type: DaffConfigurableProductActionTypes.ConfigurableProductApplyAttributeAction
  id: T['id']
  attributeId: string
  attributeValue: string
}

Properties

Name Type Description
type DaffConfigurableProductActionTypes.ConfigurableProductApplyAttributeAction
id T['id']
attributeId string
attributeValue string