DragHandle()
DragHandle(
props
):ReactNode
Defaut drag handle component used by QueryBuilder when
enableDragAndDrop
is true
.
Parameters
Parameter | Type |
---|---|
props | DragHandleProps & RefAttributes <HTMLSpanElement > |
Returns
ReactNode
Defined in
packages/react-querybuilder/src/components/DragHandle.tsx:9
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.