Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

currentTarget

Description

The currentTarget of Event for JS returns the object whose event listener's callback is currently being invoked.

Syntax

event.currentTarget

Examples

1 · dispatch

2 · button

3 · target

bubbles

cancelable

composed

composedPath

defaultPrevented

Event

eventPhase

isTrusted

preventDefault

stopImmediatePropagation

stopPropagation

target

timeStamp

type

Web Hypertext Application Technology Working Group (WHATWG)

HomeMenu