PragmaticDndExports
PragmaticDndExports = {
combine: typeofcombineImport;draggable: typeofdraggableImport;dropTargetForElements: typeofdropTargetForElementsImport;monitorForElements: typeofmonitorForElementsImport; }
Defined in: dnd/src/adapters/pragmatic-dnd.tsx:55
The @atlaskit/pragmatic-drag-and-drop exports needed by the adapter.
Properties
combine
combine: typeof
combineImport
Defined in: dnd/src/adapters/pragmatic-dnd.tsx:59
draggable
draggable: typeof
draggableImport
Defined in: dnd/src/adapters/pragmatic-dnd.tsx:56
dropTargetForElements
dropTargetForElements: typeof
dropTargetForElementsImport
Defined in: dnd/src/adapters/pragmatic-dnd.tsx:57
monitorForElements
monitorForElements: typeof
monitorForElementsImport
Defined in: dnd/src/adapters/pragmatic-dnd.tsx:58
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.