Skip to main content

DragHandle()

DragHandle(props: DragHandleProps & RefAttributes<HTMLSpanElement>): ReactNode

Defaut drag handle component used by QueryBuilder when enableDragAndDrop is true.

Parameters

ParameterType
propsDragHandleProps & 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.