Skip to main content

PragmaticDndExports

Defined in: dnd/src/vendored.ts:124

The @atlaskit/pragmatic-drag-and-drop exports needed by the adapter.

Properties

combine

combine: (...cleanupFns: PdndCleanupFn[]) => PdndCleanupFn

Defined in: dnd/src/vendored.ts:128

Parameters

ParameterType
...cleanupFnsPdndCleanupFn[]

Returns

PdndCleanupFn


draggable

draggable: (args: any) => PdndCleanupFn

Defined in: dnd/src/vendored.ts:125

Parameters

ParameterType
argsany

Returns

PdndCleanupFn


dropTargetForElements

dropTargetForElements: (args: any) => PdndCleanupFn

Defined in: dnd/src/vendored.ts:126

Parameters

ParameterType
argsany

Returns

PdndCleanupFn


monitorForElements

monitorForElements: (args: any) => PdndCleanupFn

Defined in: dnd/src/vendored.ts:127

Parameters

ParameterType
argsany

Returns

PdndCleanupFn


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.