useReactDnD()
useReactDnD(
dndParam?:DndProp):UseReactDnD|null
Defined in: dnd/src/QueryBuilderDnD.tsx:328
Parameters
| Parameter | Type |
|---|---|
dndParam? | DndProp |
Returns
UseReactDnD | null
Deprecated
Use createReactDnDAdapter instead. This hook is kept for backward compatibility.
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.