Home > widget-integration > RecommendationBundleDropdownOptions
RecommendationBundleDropdownOptions type
Signature:
export type RecommendationBundleDropdownOptions = {
widgetId: string;
dropdownIndexAttribute: string;
getDropdownOpenNodeKey: (widgetId: string) => string;
getDropdownNodeKey: (widgetId: string) => string;
};