TreeListDataResult
Interface
Represents the data type expected by the TreeList. Use this interface to provide the data and aggregates for the TreeList.
Definition
Package:@progress/kendo-angular-treelist
Properties
aggregates?
any
Represents the aggregated values for the group. An AggregateResult instance.
data
any[]
Represents the data rendered by the TreeList as an array.