172k views
3 votes
You are building a slideshow section. When the merchant selects it in the theme editor, it should navigate to the correct image. Which event should you listen for?

A. shopify:section:select
B. shopify:block:select
C. shopify:block:load
D. shopify:section:load

1 Answer

2 votes

Final answer:

To navigate to the correct image when a merchant selects a slideshow section in the theme editor, listen for the shopify:section:select event.

Step-by-step explanation:

If you are building a slideshow section and want the theme editor to navigate to the correct image when the merchant selects it, you should listen for the shopify:section:select event. This event is triggered when a merchant selects a section within the theme editor. Listening to this event will allow you to respond appropriately by navigating to or highlighting the selected image in the slideshow.

User Paul Buis
by
8.1k points