@progress/kendo-angular-gantt
Version:
Kendo UI Angular Gantt
21 lines (20 loc) • 649 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 const DEFAULT_TREELIST_PANE_SETTINGS = Object.freeze({
collapsible: true,
collapsed: false
});
/**
* @hidden
*/
export const DEFAULT_TIMELINE_PANE_SETTINGS = Object.freeze({
collapsible: true,
collapsed: false,
size: '50%',
resizable: true
});