DaffCartItemLoadFailure
Indicates the failed load of a specific cart item.
import { DaffCartItemLoadFailure } from '@daffodil/cart/state'
class DaffCartItemLoadFailure implements Action {
readonly type: DaffCartItemActionTypes.CartItemLoadFailureAction
payload: DaffStateError[]
itemId: DaffCartItem['id']
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartItemActionTypes.CartItemLoadFailureAction | |
payload | DaffStateError[] | |
itemId | DaffCartItem['id'] |