Skip to main content
Module

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

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

Properties

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