Skip to main content

AdapterUseInlineCombinatorDnDResult

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

Return type for the adapter's useInlineCombinatorDnD hook.

Properties

dropEffect?

optional dropEffect?: DropEffect

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


dropMonitorId

dropMonitorId: string | symbol | null

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


dropNotAllowed?

optional dropNotAllowed?: boolean

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


dropRef

dropRef: Ref<HTMLDivElement>

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


groupItems?

optional groupItems?: boolean

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


isOver

isOver: boolean

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


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.