AddToBasketEventData: {
    addClone: boolean;
    callback: (() => void);
}

The Event data for the AddToBasket event. Holds information about the add to basket action.

Type declaration

  • addClone: boolean

    Flag indicating if the item should be cloned before adding to the cart.

  • callback: (() => void)
      • (): void
      • Callback to trigger once the add to cart action has been completed.

        Returns void

Generated using TypeDoc