Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IShoppingCartCalculateChangePayload

This is the payload provided to the changes reducer to determine the changes Doing this with a payload instead of directly accessing other reducers removed the dependency for other reducers to be done reducing and allows this changes method to be called with payloads from outside the main state

export
interface

IShoppingCartCalculateChangePayload

Hierarchy

  • IShoppingCartCalculateChangePayload

Index

Properties

chainStarter

chainStarter: string

currentCart

previousCart

previousCart: IGetShoppingCartState