Skip to main content

UseRuleDnD

Return type of useRuleDnD hook.

Properties

dndRef

dndRef: Ref<HTMLDivElement>

Source

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


dragMonitorId

dragMonitorId: string | symbol

Source

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


dragRef

dragRef: Ref<HTMLSpanElement>

Source

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


dropEffect?

optional dropEffect: DropEffect

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

Source

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


dropMonitorId

dropMonitorId: string | symbol

Source

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


isDragging

isDragging: boolean

Source

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


isOver

isOver: boolean

Source

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


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.