DaffCartItemDeleteOutOfStock
Triggers the deletion of all out of stock cart items.
import { DaffCartItemDeleteOutOfStock } from '@daffodil/cart/state'
class DaffCartItemDeleteOutOfStock implements Action {
readonly type: DaffCartItemActionTypes.CartItemDeleteOutOfStockAction
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartItemActionTypes.CartItemDeleteOutOfStockAction |