Merge pull request #6203 from ashwin027/deftyped3

Added missing options
This commit is contained in:
Masahiro Wakame
2015-10-14 13:06:39 +09:00
+4
View File
@@ -483,6 +483,10 @@ declare module uiGrid {
* use gridOptions.appScopeProvider to override the default assignment of $scope.$parent with any reference
*/
appScope?: ng.IScope;
/**
* returns an array of columns in the grid
*/
columns: Array<IGridColumn>;
/**
* returns the total column footer height
*/