UNPKG

@progress/kendo-angular-gantt

Version:
23 lines (22 loc) 1.22 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { HierarchyBindingDirective } from '@progress/kendo-angular-treelist'; import * as i0 from "@angular/core"; /** * A directive which binds the Gantt to a tree of objects, * which encapsulates the in-memory handling of data operations such as sorting and filtering. */ export declare class GanttHierarchyBindingDirective extends HierarchyBindingDirective { /** * The array of data which will be used to populate the Gantt. */ data: any[]; /** * @hidden */ set aggregate(value: any); static ɵfac: i0.ɵɵFactoryDeclaration<GanttHierarchyBindingDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<GanttHierarchyBindingDirective, "[kendoGanttHierarchyBinding]", ["kendoGanttHierarchyBinding"], { "data": { "alias": "kendoGanttHierarchyBinding"; "required": false; }; }, {}, never, never, true, never>; }