Table of Contents

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

query DndCollisionQuery
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.