GitHub

DaffCartItemLoadSuccess

Indicates the successful load of a specific cart item.

class DaffCartItemLoadSuccess<<T extends DaffCartItem = DaffCartItem>>  implements Action {
  readonly type: DaffCartItemActionTypes.CartItemLoadSuccessAction
  payload: T
}

Properties

Name Type Description
type DaffCartItemActionTypes.CartItemLoadSuccessAction
payload T