@progress/kendo-angular-gantt
Version:
Kendo UI Angular Gantt
21 lines (20 loc) • 803 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export var ScrollDirection;
(function (ScrollDirection) {
ScrollDirection[ScrollDirection["Backwards"] = -1] = "Backwards";
ScrollDirection[ScrollDirection["Forward"] = 1] = "Forward";
})(ScrollDirection || (ScrollDirection = {}));
/**
* @hidden
*/
export var ScrollAxis;
(function (ScrollAxis) {
ScrollAxis["Vertical"] = "scrollTop";
ScrollAxis["Horizontal"] = "scrollLeft";
})(ScrollAxis || (ScrollAxis = {}));