You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > ProductItemGeneralSettings

ProductItemGeneralSettings type

Signature:

export type ProductItemGeneralSettings = {
	borderColor?: string;
	borderColorOnHover?: string;
	backgroundColor?: string;
	backgroundColorOnHover?: string;
	borderLayout?: "noBorder" | "noPadding" | "hasPadding" | "noPaddingImage";
	buttonWithSpacing?: boolean;
};