Extend beyond the core functionality with plugins.
Accessibility
: Manages ARIA attributes for drag and drop operationsAutoScroller
: Automatically scrolls containers when dragging near edgesCursor
: Updates cursor styles during drag operationsFeedback
: Manages visual feedback during draggingPreventSelection
: Prevents text selection while draggingScrollListener
: Tracks scroll events during drag operationsScroller
: Handles programmatic scrollingPlugin
class:
disabled
: Whether the plugin is currently disabledoptions
: Current plugin optionsenable()
: Enable the plugindisable()
: Disable the pluginisDisabled()
: Check if plugin is disabledconfigure(options)
: Update plugin optionsdestroy()
: Clean up plugin resourcesregisterEffect(callback)
: Register a reactive effectconfigure(options)
: Create a configured plugin descriptordestroy
methodthis.disabled
before performing operations