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>DndContextDescriptor

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

Properties

activatorEvent: Event | null
active: Active | null
activeNode: HTMLElement | null
activeNodeRect: ClientRect | null
collisions: Collision[] | null
containerNodeRect: ClientRect | null
draggableNodes: DraggableNodes
droppableContainers: DroppableContainers
droppableRects: RectMap
over: Over | null
dragOverlay: { nodeRef: MutableRefObject<HTMLElement | null>; rect: ClientRect | null; setRef: (element: HTMLElement | null) => void; }
scrollableAncestors: Element[]
scrollableAncestorRects: ClientRect[]
measuringConfiguration: DeepRequired<MeasuringConfiguration>
measuringScheduled: boolean
windowRect: ClientRect | null

Methods

measureDroppableContainers(ids: UniqueIdentifier[]): void