Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/@dnd-kit/core.ts>TouchSensor

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
class TouchSensor
extends AbstractPointerSensor
import { TouchSensor } from "https://deno.land/x/netzo@0.4.78/deps/@dnd-kit/core.ts";

Constructors

new
TouchSensor(props: PointerSensorProps)

Static Properties

activators: { eventName: "onTouchStart"; handler: (unnamed 0: TouchEvent, unnamed 1: TouchSensorOptions) => boolean; }[]

Static Methods

setup(): () => void