Skip to main content

UseRuleGroupDnD

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:402

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

Properties

dragMonitorId

dragMonitorId: string | symbol

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:404


dragRef

dragRef: Ref<HTMLSpanElement>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:408


dropEffect?

optional dropEffect: DropEffect

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:411

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


dropMonitorId

dropMonitorId: string | symbol

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:406


dropRef

dropRef: Ref<HTMLDivElement>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:409


isDragging

isDragging: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:403


isOver

isOver: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:405


previewRef

previewRef: Ref<HTMLDivElement>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:407


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.