Home > widget-integration > ProductItemLabelSettings
ProductItemLabelSettings type
Signature:
export type ProductItemLabelSettings = {
hideOtherLabelsWhenSoldOut?: boolean;
shape?: "rectangle" | "rounded-rectangle" | "circle";
displayType?: "text" | "image";
color?: string;
backgroundColor?: string;
imgSrc?: string;
};