@progress/kendo-angular-gantt
Version:
Kendo UI Angular Gantt
25 lines (24 loc) • 1.25 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { FlatBindingDirective } from '@progress/kendo-angular-treelist';
import * as i0 from "@angular/core";
/**
* A directive which binds the Gantt to an array of objects by using
* an ID and parent ID field to define the hierarchy.
*
* The directive encapsulates the in-memory handling of data operations such as sorting and filtering.
*/
export declare class GanttFlatBindingDirective extends FlatBindingDirective {
/**
* The array of data which will be used to populate the Gantt.
*/
data: any[];
/**
* @hidden
*/
set aggregate(value: any);
static ɵfac: i0.ɵɵFactoryDeclaration<GanttFlatBindingDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttFlatBindingDirective, "[kendoGanttFlatBinding]", ["kendoGanttFlatBinding"], { "data": { "alias": "kendoGanttFlatBinding"; "required": false; }; }, {}, never, never, true, never>;
}