The A+ Content standard comparison product block.

Export

StandardComparisonProductBlock

interface StandardComparisonProductBlock {
    asin?: string;
    highlight?: boolean;
    image?: ImageComponent;
    metrics?: PlainTextItem[];
    position: number;
    title?: string;
}

Properties

asin?: string

The Amazon Standard Identification Number (ASIN).

Memberof

StandardComparisonProductBlock

highlight?: boolean

Determines whether this block of content is visually highlighted.

Memberof

StandardComparisonProductBlock

Memberof

StandardComparisonProductBlock

metrics?: PlainTextItem[]

Comparison metrics for the product.

Memberof

StandardComparisonProductBlock

position: number

The rank or index of this comparison product block within the module. Different blocks cannot occupy the same position within a single module.

Memberof

StandardComparisonProductBlock

title?: string

The comparison product title.

Memberof

StandardComparisonProductBlock