Object with a listener that is called when the corresponding event fires and the options that are passed into addEventListener.
Tag name of the associated Element.
Name of the Event that listener is associated with.
listener
Callback fired when the event is fired.
Event listener options object. See MDN documentation for additional details.
Object with a listener that is called when the corresponding event fires and the options that are passed into addEventListener.