mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Added missing options
Added option columns to IGridInstance
This commit is contained in:
Vendored
+4
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user