MCPcopy
hub / github.com/Shopify/draggable / DroppableEventData

Interface DroppableEventData

src/Droppable/DroppableEvent/DroppableEvent.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import {DragEvent, DragEventData} from '../../Draggable/DragEvent';
4
5interface DroppableEventData {
6 dragEvent: DragEvent<DragEventData>;
7}
8
9/**
10 * Base droppable event

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…