DaffCartItemLoad
Triggers the load of a specific cart item.
import { DaffCartItemLoad } from '@daffodil/cart/state'
class DaffCartItemLoad<<T extends DaffCartItem = DaffCartItem>> implements Action {
readonly type: DaffCartItemActionTypes.CartItemLoadAction
itemId: T['id']
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartItemActionTypes.CartItemLoadAction | |
itemId | T['id'] |