Home > widget-integration > RecommendationBundleClickOutsideOptions
RecommendationBundleClickOutsideOptions type
Signature:
export type RecommendationBundleClickOutsideOptions = RecommendationBundleDropdownOptions & {
event: MouseEvent;
openingDropdownIndex: number;
setOpeningDropdownIndex: (index: number) => void;
};
References: RecommendationBundleDropdownOptions