Home > widget-integration > ProductSwatchItemSettings
ProductSwatchItemSettings type
Signature:
export type ProductSwatchItemSettings = {
displayOptionsCount?: number;
shape?: "circle" | "box";
swatchBy?: "color" | "text" | "image" | "product-image";
changeProductImageOn?: "hover" | "click";
showOptionValueOnHovering?: boolean;
swatchType: string;
};