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

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

Deno-powered framework for building business web apps
Go to Latest
type alias SensorContext
import { type SensorContext } from "https://deno.land/x/netzo@0.3.91/deps/@dnd-kit/core.ts";
definition: { activatorEvent: Event | null; active: Active | null; activeNode: HTMLElement | null; collisionRect: ClientRect | null; collisions: Collision[] | null; draggableNodes: DraggableNodes; draggingNode: HTMLElement | null; draggingNodeRect: ClientRect | null; droppableRects: RectMap; droppableContainers: DroppableContainers; over: Over | null; scrollableAncestors: Element[]; scrollAdjustedTranslate: Translate | null; }