Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

optional
id: string
optional
accessibility: { announcements?: Announcements; container?: Element; restoreFocus?: boolean; screenReaderInstructions?: ScreenReaderInstructions; }
optional
autoScroll: boolean | AutoScrollOptions
optional
cancelDrop: CancelDrop
optional
children: React.ReactNode
optional
collisionDetection: CollisionDetection
optional
measuring: MeasuringConfiguration
optional
modifiers: Modifiers
optional
sensors: SensorDescriptor<any>[]

Methods

optional
onDragStart(event: DragStartEvent): void
optional
onDragMove(event: DragMoveEvent): void
optional
onDragOver(event: DragOverEvent): void
optional
onDragEnd(event: DragEndEvent): void
optional
onDragCancel(event: DragCancelEvent): void