Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Event handlers in the Object list 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 handlerDescription
SN_EMBEDX_OBJECT_LIST#FOOTER_LINK_SELECTEDThis event is dispatched when footer link is selected.
SN_EMBEDX_OBJECT_LIST#COMPONENT_ERRORThis event is dispatched when a property validation or internal error occurs.
SN_EMBEDX_OBJECT_LIST#RECORD_SELECTEDThis event is dispatched when a record is selected.
SN_EMBEDX_OBJECT_LIST#COMPONENT_READYThis event is dispatched when a component is ready and usable.

Related topics

Configure the Object list component instance

Embed the Object list component on the third-party website

Component properties for the Object list

Sample code for the Object list component