Home > widget-integration > ProductImageGridRow

ProductImageGridRow type

Signature:

export type ProductImageGridRow = {
	direction?: "vertical" | "horizontal";
	elements: {
		left?: ProductImgElement[];
		center?: ProductImgElement[];
		right?: ProductImgElement[];
	};
};

References: ProductImgElement