Skip to main content

composedPath

method Event.composedPath
Jump to headingEvent.composedPath(): EventTarget[]

Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is "closed" that are not reachable from event's currentTarget.

Return Type Jump to heading

Back to top