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-27
Is this helpful?
Stripe
4105 articles
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?