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

    Interface ProductCardPriceConfiguration

    interface ProductCardPriceConfiguration {
        axis?: ProductCardPriceLabelAxis;
        isHidden?: boolean;
        isPriceFirst?: boolean;
        originalPriceLabel?: ProductCardLabelConfiguration;
        priceLabel?: ProductCardLabelConfiguration;
    }
    Index

    Properties

    The axis of price label. Default to 'horizontal'. Only supported on iOS.

    isHidden?: boolean

    Hide the price label or not.

    This property has no effect on iOS.

    isPriceFirst?: boolean

    The default display order is [priceLabel, originalPriceLabel]. When the value is true, the order is reversed. Only supported on iOS.

    originalPriceLabel?: ProductCardLabelConfiguration

    The label configuration of original price. Only supported on iOS.

    The label configuration of price. Only supported on iOS.