isDndAdapter()
isDndAdapter(
value:unknown):value is DndAdapter
Defined in: dnd/src/adapter.ts:173
Type guard to check if a value is a DndAdapter.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
value is DndAdapter
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.