Skip to main content
Module

x/evt/lib/types/lib.dom.ts>TouchEventInit

💧EventEmitter's typesafe replacement
Latest
interface TouchEventInit
implements EventModifierInit
import { type TouchEventInit } from "https://deno.land/x/evt@v2.5.7/lib/types/lib.dom.ts";

Properties

optional
changedTouches: Touch[]
optional
targetTouches: Touch[]
optional
touches: Touch[]