Type Alias DragMoveOptions

DragMoveOptions: {
    container?: HTMLElement;
    customEventName?: string;
}