Interface for providing callbacks into the hosting web site

interface HostCallbacks {
    addProductsClicked?: (() => void);
}

Properties

addProductsClicked?: (() => void)

This is called when the Modal Dressing Room Component (MDRC) is opened, but no garments are selected and the user presses a button to add products.

This should redirect the user to some browsing page to select garments.