UNPKG

@progress/kendo-angular-treeview

Version:
14 lines (13 loc) 700 B
/**----------------------------------------------------------------------------------------- * 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 var DropPosition; (function (DropPosition) { DropPosition[DropPosition["Over"] = 0] = "Over"; DropPosition[DropPosition["Before"] = 1] = "Before"; DropPosition[DropPosition["After"] = 2] = "After"; })(DropPosition || (DropPosition = {}));