Home > widget-integration > RecommendationWidgetControllerProps

RecommendationWidgetControllerProps type

Configuration properties for initializing the RecommendationWidgetController.

Signature:

export type RecommendationWidgetControllerProps = {
	widgetId: string;
};