UNPKG

@progress/kendo-angular-treeview

Version:
17 lines (16 loc) 745 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Describes the attempted drop action during dragging. * Passed as `action` value to the [`kendoTreeViewDragClueTemplate`]({% slug api_treeview_dragcluetemplatedirective %}) directive. * By default, this value defines the rendered icon in the drag clue. */ export declare enum DropAction { Add = 0, InsertTop = 1, InsertBottom = 2, InsertMiddle = 3, Invalid = 4 }