/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare enum Action { Left = 0, Right = 1, Up = 2, Down = 3, PrevView = 4, NextView = 5, FirstInView = 6, LastInView = 7, LowerView = 8, UpperView = 9 }