UNPKG

@progress/kendo-angular-gantt

Version:
15 lines (14 loc) 630 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { GanttColumnBase } from '../../columns/column-base.component'; /** * Arguments for the `columnVisibilityChange` event. */ export interface ColumnVisibilityChangeEvent { /** * The columns whose visibility is changed. */ columns: GanttColumnBase[]; }