Skip to main content

AdapterUseInlineCombinatorDnDResult

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

Return type for the adapter's useInlineCombinatorDnD hook.

Properties

dropEffect?

optional dropEffect?: DropEffect

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


dropMonitorId

dropMonitorId: string | symbol | null

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


dropNotAllowed?

optional dropNotAllowed?: boolean

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


dropRef

dropRef: Ref<HTMLDivElement>

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


groupItems?

optional groupItems?: boolean

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


isOver

isOver: boolean

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


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.