Skip to main content

AdapterUseRuleDnDResult

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

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

Properties

dndRef

dndRef: Ref<HTMLDivElement>

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


dragMonitorId

dragMonitorId: string | symbol

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


dragRef

dragRef: Ref<HTMLSpanElement>

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


dropEffect?

optional dropEffect?: DropEffect

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


dropMonitorId

dropMonitorId: string | symbol

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


dropNotAllowed?

optional dropNotAllowed?: boolean

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


groupItems?

optional groupItems?: boolean

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


isDragging

isDragging: boolean

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


isOver

isOver: boolean

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


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.