Interface AddToCartButtonConfiguration

Deprecated

The interface will be removed since RN SDK V2.1. Use ShoppingCTAButtonConfiguration instead.

Hierarchy

  • AddToCartButtonConfiguration

Properties

backgroundColor?: string

The background color of "Add to cart" button.

fontSize?: number

The font size of "Add to cart" button.

iOSFontInfo?: IOSFontInfo

The iOS font info of "Add to cart" button. The property is ignored when fontSize is not set. Only supported on iOS.

textColor?: string

The text color of "Add to cart" button.

Generated using TypeDoc