Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/web/event.ts>EventPath

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface EventPath
import { type EventPath } from "https://deno.land/x/deno@v1.0.0/cli/js/web/event.ts";

Stores a non-accessible view of the event path which is used internally in the logic for determining the path of an event.

Properties

itemInShadowTree: boolean
relatedTarget: EventTarget | null
rootOfClosedTree: boolean
slotInClosedTree: boolean
target: EventTarget | null
touchTargetList: EventTarget[]