DaffCartItemDelete
Triggers the deletion of a specific cart item.
class DaffCartItemDelete<<T extends DaffCartItem = DaffCartItem>> implements Action {
readonly type: DaffCartItemActionTypes.CartItemDeleteAction
itemId: T['id']
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartItemActionTypes.CartItemDeleteAction | |
itemId | T['id'] |