mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added missing options
Added option columns to IGridInstance
This commit is contained in:
4
ui-grid/ui-grid.d.ts
vendored
4
ui-grid/ui-grid.d.ts
vendored
@@ -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