Event handlers in the Catalog browse component
A component triggers an event when a certain condition is met or on user interaction. The event can be used to execute an action through a code on a third-party webpage.
| Event handler | Description |
|---|---|
| CATALOG_BROWSE#COMPONENT_READY | This event is dispatched when a component is ready and usable. |
| CATALOG_BROWSE#CATALOG_ITEM_SELECTED | This event is dispatched when a catalog item is selected. |
| 'CATALOG_BROWSE#COMPONENT_EMPTY | This event is dispatched when a component has nothing to display. |
| CATALOG_BROWSE#COMPONENT_ERROR | This event is dispatched when a component encounters an error. |