Skip to content

Commit 81af1f4

Browse files
committed
Merge pull request DefinitelyTyped#5911 from Mek7/master
Added missing gridHeight property
2 parents a6cfab4 + c4ea7af commit 81af1f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui-grid/ui-grid.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ declare module uiGrid {
489489
* returns the total footer height gridFooter + columnFooter
490490
*/
491491
footerHeight?: number;
492+
/**
493+
* returns or sets grid height in pixels
494+
*/
495+
gridHeight?: number;
492496
/**
493497
* set to true when Grid is scrolling horizontally. Set to false via debounced method
494498
*/

0 commit comments

Comments
 (0)