@progress/kendo-angular-treeview
Version:
Kendo UI TreeView for Angular
13 lines (12 loc) • 523 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* Describes where the dragged item is dropped relative to the drop target item.
*/
export declare enum DropPosition {
Over = 0,
Before = 1,
After = 2
}