@atlaskit/pragmatic-drag-and-drop-docs
Version:
This package holds the documentation for Pragmatic drag and drop in one place. It is not intended to be consumed directly by consumers. The package is used by other tools for sharing examples
15 lines (12 loc) • 638 B
text/mdx
order: 0
title: Adapters
An _adapter_ teaches Pragmatic drag and drop how to handle dragging a particular entity type:
- [element adapter](/components/pragmatic-drag-and-drop/core-package/adapters/element) → handling
the dragging of draggable elements
- [text selection adapter](/components/pragmatic-drag-and-drop/core-package/adapters/text-selection)
→ handling the dragging of text selections
- [external adapter](/components/pragmatic-drag-and-drop/core-package/adapters/external) → handling
drag operations that started outside of the current `window` (eg files and text from other
`window`s or applications)