Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CartSystemProps

Props for the cart system component

Hierarchy

  • CartSystemProps

Index

Properties

cart

cart: Cart

Cart store contains cart items

Optional cartText

cartText: CartText

Display text to show throughout the cart

checkoutInNewWindow

checkoutInNewWindow: boolean

Whether to open the checkout url in a new window

checkoutMachine

checkoutMachine: CheckoutMachineBase

Checkout machine generates checkout url

Optional scrollTracker

scrollTracker: ScrollTracker

Keeps track of a scroll observable

Generated using TypeDoc