Skip to main content

UseRuleGroupDnD

Defined in: packages/react-querybuilder/src/types/props.ts:653

Return type of @react-querybuilder/dnd!useRuleGroupDnD hook.

Properties

dragHandleAttributes?

optional dragHandleAttributes?: HTMLAttributes<HTMLElement>

Defined in: packages/react-querybuilder/src/types/props.ts:662

Props to spread onto the drag handle element (ARIA attributes, listeners).


dragMonitorId

dragMonitorId: string | symbol

Defined in: packages/react-querybuilder/src/types/props.ts:655


dragRef

dragRef: Ref<HTMLSpanElement>

Defined in: packages/react-querybuilder/src/types/props.ts:659


dropEffect?

optional dropEffect?: DropEffect

Defined in: packages/react-querybuilder/src/types/props.ts:664

"move" by default; "copy" if the modifier key is pressed.


dropMonitorId

dropMonitorId: string | symbol

Defined in: packages/react-querybuilder/src/types/props.ts:657


dropNotAllowed?

optional dropNotAllowed?: boolean

Defined in: packages/react-querybuilder/src/types/props.ts:667


dropRef

dropRef: Ref<HTMLDivElement>

Defined in: packages/react-querybuilder/src/types/props.ts:660


groupItems?

optional groupItems?: boolean

Defined in: packages/react-querybuilder/src/types/props.ts:666

True if the dragged and hovered items should form a new group.


isDragging

isDragging: boolean

Defined in: packages/react-querybuilder/src/types/props.ts:654


isOver

isOver: boolean

Defined in: packages/react-querybuilder/src/types/props.ts:656


previewRef

previewRef: Ref<HTMLDivElement>

Defined in: packages/react-querybuilder/src/types/props.ts:658


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.