Delegate DndCollisionDetection
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Returns the winning droppable id, or null for no collision. Must be pure over the query — it runs on every pointer move of an active drag.
public delegate string? DndCollisionDetection(in DndCollisionQuery query)
Parameters
queryDndCollisionQuery- Returns the winning droppable id, or null for no collision. Must be pure over the query — it runs on every pointer move of an active drag.
Returns
- string
- Returns the winning droppable id, or null for no collision. Must be pure over the query — it runs on every pointer move of an active drag.