Event handlers in the Catalog browse component

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • 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.

    Tabelle : 1. Catalog browse event handlers
    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.