import { type DndContextDescriptor } from "https://deno.land/x/netzo@0.5.14/deps/@dnd-kit/core.ts";
Properties
activatorEvent: Event | null
active: Active | null
activeNodeRect: ClientRect | null
collisions: Collision[] | null
containerNodeRect: ClientRect | null
droppableContainers: DroppableContainers
over: Over | null
dragOverlay: { nodeRef: MutableRefObject<HTMLElement | null>; rect: ClientRect | null; setRef: (element: HTMLElement | null) => void; }
scrollableAncestorRects: ClientRect[]
measuringConfiguration: DeepRequired<MeasuringConfiguration>
windowRect: ClientRect | null
Methods
measureDroppableContainers(ids: UniqueIdentifier[]): void