Element Events
Listen to Elements events Communicate with your Element by listening to an event. An Element might emit any of the events below. All events have a payload object that has an
Last verified 2026-09-24
Is this helpful?
elementType property with the type of the Element that emitted the event. Use the .on method on the Element instance to listen to events. See also: Elements methods | Listen to Checkout eventsIs this helpful?