InfoboxEventArgs Object

An object that contains information about an infobox event.

Name Type Description
eventName string The event that occurred.
originalEvent MouseEvent The original JavaScript mouse event object.
pageX number The x-value of the pixel coordinate on the page of the mouse cursor.
pageY number The y-value of the pixel coordinate on the page of the mouse cursor.
target Infobox The infobox object that fired the event.
targetType string The type of the object that fired the event. This will always be 'infobox'.