Interface ProductCardConfiguration

Hierarchy

  • ProductCardConfiguration

Properties

backgroundColor?: string

The background color of product card. Only supported on iOS.

cornerRadius?: number

The corner radius of product card.

ctaButtonStyle?: ProductCardCTAButtonStyle

The cta button style of product card. Only supported on iOS.

ctaButtonText?: ProductCardCTAButtonText

The text of shopping CTA button.

height?: number

The height of product card. Only supported on iOS.

iconConfiguration?: ProductCardIconConfiguration

The icon configuration of product card. Only supported on iOS.

isCtaButtonHidden?: boolean

CTA button is hidden or not.

The label configuration of product card. Only supported on iOS.

priceConfiguration?: ProductCardPriceConfiguration

The price configuration of product card.

The theme of product card.

width?: number

The width of product card. Only supported on iOS.

Generated using TypeDoc