DropIndicatorPluginOptions
interface DropIndicatorPluginOptions {
onDrag?: DragEventHandler;
onHide?: VoidFunction;
onShow?: ShowHandler;
}§Properties
§
onDrag?: DragEventHandler
[src]A callback that is called when the dragover event is fired. You can
return false to disable the current drop point and thus hide the drop
indicator.
§
onShow?: ShowHandler
[src]A callback that is called when the drop indicator should be shown.