Fix misspelt type definition for uiGrid.customTreeAggregationFn

This commit is contained in:
Choc
2016-03-08 22:31:38 +00:00
parent 9f0f926a12
commit 4908ab87ca
+1 -1
View File
@@ -3024,7 +3024,7 @@ declare module uiGrid {
* @param {number} numValue Numeric value of the field
* @param {IGridRow} row Row objet
*/
customerTreeAggregationFn?: (aggregation: IGridTreeBaseAggregationObject, fieldValue: any, numValue: number,
customTreeAggregationFn?: (aggregation: IGridTreeBaseAggregationObject, fieldValue: any, numValue: number,
row: IGridRowOf<TEntity>) => void;
/**
* A custom label to use for this aggregation. If providedm, we don't use native i18n