DaffCartItemList
Triggers the load of the cart's items.
import { DaffCartItemList } from '@daffodil/cart/state'
class DaffCartItemList implements Action {
readonly type: DaffCartItemActionTypes.CartItemListAction
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartItemActionTypes.CartItemListAction |