UNPKG

@progress/kendo-angular-gantt

Version:
11 lines (10 loc) 603 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { FilterableSettings as TreeListFilterableSettings } from '@progress/kendo-angular-treelist'; /** * Represents the options for the `filterable` setting of the Gantt. * @hidden */ export type FilterableSettings = TreeListFilterableSettings;