You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > ProductItemInfoSettings

ProductItemInfoSettings type

Signature:

export type ProductItemInfoSettings = {
	elements?: ProductItemsInfoElements;
	padding?: string | number;
	textAlign?: "left" | "center" | "right";
};

References: ProductItemsInfoElements