Skip to main content

UseRuleGroupDnD

Return type of useRuleGroupDnD hook.

Properties

dragMonitorId

dragMonitorId: string | symbol

Source

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


dragRef

dragRef: Ref<HTMLSpanElement>

Source

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


dropEffect?

optional dropEffect: DropEffect

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

Source

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


dropMonitorId

dropMonitorId: string | symbol

Source

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


dropRef

dropRef: Ref<HTMLDivElement>

Source

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


isDragging

isDragging: boolean

Source

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


isOver

isOver: boolean

Source

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


previewRef

previewRef: Ref<HTMLDivElement>

Source

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


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.