Skip to main content

UseRuleDnD

Return type of useRuleDnD hook.

Properties

dndRef

dndRef: Ref<HTMLDivElement>

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:443


dragMonitorId

dragMonitorId: string | symbol

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:439


dragRef

dragRef: Ref<HTMLSpanElement>

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:442


dropEffect?

optional dropEffect: DropEffect

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

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:445


dropMonitorId

dropMonitorId: string | symbol

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:441


isDragging

isDragging: boolean

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:438


isOver

isOver: boolean

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:440


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.