GitHub

DaffCartLoad

Triggers the load of the cart.

import { DaffCartLoad } from '@daffodil/cart/state'
class DaffCartLoad implements Action {
  readonly type: DaffCartActionTypes.CartLoadAction
}

Properties

Name Type Description
type DaffCartActionTypes.CartLoadAction