UseRuleDnD
Defined in: packages/react-querybuilder/src/types/props.ts:695
Return type of @react-querybuilder/dnd!useRuleDnD hook.
Properties
dndRef
dndRef:
Ref<HTMLDivElement>
Defined in: packages/react-querybuilder/src/types/props.ts:701
dragHandleAttributes?
optionaldragHandleAttributes?:HTMLAttributes<HTMLElement>
Defined in: packages/react-querybuilder/src/types/props.ts:703
Props to spread onto the drag handle element (ARIA attributes, listeners).
dragMonitorId
dragMonitorId:
string|symbol
Defined in: packages/react-querybuilder/src/types/props.ts:697
dragRef
dragRef:
Ref<HTMLSpanElement>
Defined in: packages/react-querybuilder/src/types/props.ts:700
dropEffect?
optionaldropEffect?:DropEffect
Defined in: packages/react-querybuilder/src/types/props.ts:705
"move" by default; "copy" if the modifier key is pressed.
dropMonitorId
dropMonitorId:
string|symbol
Defined in: packages/react-querybuilder/src/types/props.ts:699
dropNotAllowed?
optionaldropNotAllowed?:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:708
groupItems?
optionalgroupItems?:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:707
True if the dragged and hovered items should form a new group.
isDragging
isDragging:
boolean
Defined in: packages/react-querybuilder/src/types/props.ts:696
isOver
isOver:
boolean
Defined in: packages/react-querybuilder/src/types/props.ts:698
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.