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

    Interface ProductCardConfiguration

    interface ProductCardConfiguration {
        backgroundColor?: string;
        cornerRadius?: number;
        ctaButtonStyle?: ProductCardCTAButtonStyle;
        ctaButtonText?: ProductCardCTAButtonText;
        height?: number;
        iconConfiguration?: ProductCardIconConfiguration;
        isCtaButtonHidden?: boolean;
        nameLabel?: ProductCardLabelConfiguration;
        priceConfiguration?: ProductCardPriceConfiguration;
        theme?: ProductCardTheme;
        width?: number;
    }
    Index

    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.