GitHub

DaffCartLoad

import { DaffCartLoad } from '@daffodil/cart/state'

Triggers the load of the cart.

class DaffCartLoad implements Action {
  readonly type: DaffCartActionTypes.CartLoadAction = DaffCartActionTypes.CartLoadAction
}