Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Type Parameters

T extends Object

Properties

activators: Activators<T>

Methods

new(props: SensorProps<T>): SensorInstance
optional
setup(): Teardown | undefined