GitHub

DaffConfigurableProductRemoveAttribute

Removes an applied attribute from a particular configurable product.

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

Properties

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