You are viewing API docs for version 1.89.3.

View latest

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