UNPKG

@progress/kendo-angular-dropdowns

Version:

A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree

31 lines (30 loc) 780 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare enum NavigationAction { Undefined = 0, Open = 1, Close = 2, Enter = 3, Tab = 4, Esc = 5, Delete = 6, Backspace = 7, Home = 8, End = 9, Up = 10, Down = 11, Left = 12, Right = 13, PageDown = 14, PageUp = 15, SelectPrevious = 16, SelectNext = 17, SelectAll = 18, SelectAllToBeginning = 19, SelectAllToEnd = 20 }