Exposed via sortable.eventSystem so plugin authors can subscribe to and
emit drag-and-drop lifecycle events. See the Plugin Development Guide
(docs/plugin-development.md) for usage patterns.
Public
Type Parameters
EextendsRecord<string,unknown>
A record mapping event names to their payload types.
Basic event emitter system used by Sortable.
Exposed via
sortable.eventSystemso plugin authors can subscribe to and emit drag-and-drop lifecycle events. See the Plugin Development Guide (docs/plugin-development.md) for usage patterns.Public