Skip to main content

UseRuleGroupDnD

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

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

Properties

dragHandleAttributes?

optional dragHandleAttributes?: HTMLAttributes<HTMLElement>

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

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


dragMonitorId

dragMonitorId: string | symbol

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


dragRef

dragRef: Ref<HTMLSpanElement>

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


dropEffect?

optional dropEffect?: DropEffect

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

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


dropMonitorId

dropMonitorId: string | symbol

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


dropNotAllowed?

optional dropNotAllowed?: boolean

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


dropRef

dropRef: Ref<HTMLDivElement>

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


groupItems?

optional groupItems?: boolean

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

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


isDragging

isDragging: boolean

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


isOver

isOver: boolean

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


previewRef

previewRef: Ref<HTMLDivElement>

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


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.