Skip to main content

AdapterUseRuleGroupDnDResult

Defined in: dnd/src/adapter.ts:83

Return type for the adapter's useRuleGroupDnD hook. Matches the existing UseRuleGroupDnD interface from react-querybuilder.

Properties

dragMonitorId

dragMonitorId: string | symbol

Defined in: dnd/src/adapter.ts:85


dragRef

dragRef: Ref<HTMLSpanElement>

Defined in: dnd/src/adapter.ts:89


dropEffect?

optional dropEffect?: DropEffect

Defined in: dnd/src/adapter.ts:91


dropMonitorId

dropMonitorId: string | symbol

Defined in: dnd/src/adapter.ts:87


dropNotAllowed?

optional dropNotAllowed?: boolean

Defined in: dnd/src/adapter.ts:93


dropRef

dropRef: Ref<HTMLDivElement>

Defined in: dnd/src/adapter.ts:90


groupItems?

optional groupItems?: boolean

Defined in: dnd/src/adapter.ts:92


isDragging

isDragging: boolean

Defined in: dnd/src/adapter.ts:84


isOver

isOver: boolean

Defined in: dnd/src/adapter.ts:86


previewRef

previewRef: Ref<HTMLDivElement>

Defined in: dnd/src/adapter.ts:88


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.