## Listen to Elements events Communicate with your [Element](https://docs.stripe.com/js/custom_checkout/custom_checkout_elements.md) by listening to an event. An Element might emit any of the events below. All events have a payload object that has an `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](https://docs.stripe.com/js/custom_checkout/custom_checkout_elements.md) | [Listen to Checkout events](https://docs.stripe.com/js/custom_checkout/events.md)