Back to Content

InterestEvent: source property

files/en-us/web/api/interestevent/source/index.md

latest781 B
Original Source

{{APIRef("Popover API")}}{{SeeCompatTable}}{{non-standard_header}}

The source read-only property of the {{domxref("InterestEvent")}} interface is an {{domxref("Element")}} object instance that represents the interest invoker element on which interest was shown or lost to fire the event.

Value

An {{domxref("Element")}} object instance.

Examples

See the Using interest invokers guide and the {{domxref("HTMLElement.interest_event", "interest")}} event reference page for examples.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also