DepictCategoryProvider component from the installed package and create an instance of DepictCategoryProvider:
Optional configuration
Beyondmerchant, market, listingQuery, and locale, the constructor accepts the following options:
Price formatting is customised through the
locale object, the same way as on the search provider — see customising price formatting.
Limits and behavior
- You can’t create more than one
DepictCategoryProvideron the same page unless you give each one a uniqueuniqueInstanceKeyForState(for example"1","2", …), because instance state lives in the URL andhistory.stateand would otherwise collide.
Review the types or the reference to see what you can configure on the
DepictCategoryProvider.
