devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
18 lines (17 loc) • 1.05 kB
TypeScript
/**
* DevExpress HTML/JS Reporting (designer\internal\dragdrop\_objectExplorerDragDropHelper.d.ts)
* Version: 26.1.3
* Build date: Jun 16, 2026
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import { IJQueryWrapper } from '@devexpress/analytics-core/analytics-internal-native';
import { ReorderTreeListDragDropHelper } from '@devexpress/analytics-core/analytics-widgets-internal';
export declare abstract class ObjectExplorerDragDropHelper extends ReorderTreeListDragDropHelper {
private _orderingAreaHeight;
protected _isInTopOrderArea(targetElement: IJQueryWrapper, mouseLocationY?: number): boolean;
protected _isInBottomOrderArea(targetElement: IJQueryWrapper, mouseLocationY?: number): boolean;
protected _getDroppableClassName(isInTopOrderArea: boolean, isInBottomOrderArea: boolean): string;
protected _shouldCheckAreas(): boolean;
setNewDropTarget(elementModel: any, element: HTMLElement, mouseLocationY?: number): void;
}