Home > widget-integration > RecommendationBundleRenderOptions

RecommendationBundleRenderOptions type

Signature:

export type RecommendationBundleRenderOptions = {
	container: HTMLElement;
	model: RecommendationModel;
	template: string;
	formatPrice: (price: number) => string;
	onModelChange: (model: RecommendationModel) => void;
};

References: RecommendationModel