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

Function isDragOverEvent

src/Draggable/DragEvent/DragEvent.ts:163–167  ·  view source on GitHub ↗
(
  event: AbstractEvent<unknown>,
)

Source from the content-addressed store, hash-verified

161}
162
163export function isDragOverEvent(
164 event: AbstractEvent<unknown>,
165): event is DragOverEvent {
166 return event.type === DragOverEvent.type;
167}
168
169/**
170 * DragOutEventData

Callers 1

resizeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…