RelatedProductsList
@shopify/shop-minis-platform-sdk / templates/components/RelatedProductsList
RelatedProductsList()
RelatedProductsList(
props
):ReactNode
NOTE: Exotic components are not callable.
Parameters
Parameter | Type | Description |
---|---|---|
props | object | - |
props.buildAttribution ? | (product , shopId ) => undefined | LineItemAttribution | Function to build the attribution to attach to any shop action triggered by ShoppableVideos |
props.products ? | ProductLinkFragmentData [] | - |
props.shopId | string | - |
props.style ? | StyleProp \<ViewStyle > | - |
Returns
ReactNode