Home > widget-integration > RecommendationWidgetControllerState
RecommendationWidgetControllerState type
Internal state management for the recommendation widget controller.
Signature:
export type RecommendationWidgetControllerState = {
	loading: boolean;
	model: RecommendationModel | null;
};
References: RecommendationModel