Interface ProductCardLabelConfiguration

Hierarchy

  • ProductCardLabelConfiguration

Properties

fontSize?: number

The font size of label. Only supported on iOS.

iOSFontInfo?: IOSFontInfo

The iOS font info. The property is ignored when fontSize is not set. Only supported on iOS.

numberOfLines?: number

Number of lines to show. Only supported on iOS. Default to 1.

textColor?: string

The text color of label. Only supported on iOS.

Generated using TypeDoc