react-native-firework-sdk
    Preparing search index...

    Interface ProductCardCTAButtonStyle

    interface ProductCardCTAButtonStyle {
        fontSize?: number;
        iOSFontInfo?: IOSFontInfo;
        textColor?: string;
    }
    Index

    Properties

    fontSize?: number

    The font size of CTA button. Only supported on iOS.

    iOSFontInfo?: IOSFontInfo

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

    textColor?: string

    The text color of CTA button. Only supported on iOS.