Home > widget-integration > ISWSettings

ISWSettings type

Signature:

export type ISWSettings = {
	backgroundSuggestion: string;
	backgroundProducts: string;
	hoverBackgroundSuggestion: string;
	hoverBackgroundProducts: string;
	elements: ISWElements;
};

References: ISWElements