UNPKG

@progress/kendo-angular-gantt

Version:
19 lines (18 loc) 881 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { DateFormatOptions } from "@progress/kendo-intl"; /** * Represents the options for formatting the Group Headers and Column Headers in each individual Timeline Header. */ export interface TimelineHeaderDateFormat { /** * Specifies the date format for the group header in the Timeline Header. */ groupHeaderDateFormat?: string | DateFormatOptions; /** * Specifies the date format for the column header in the Timeline Header. */ columnHeaderDateFormat?: string | DateFormatOptions; }