mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Added missing gridHeight property
This commit is contained in:
Vendored
+4
@@ -489,6 +489,10 @@ declare module uiGrid {
|
||||
* returns the total footer height gridFooter + columnFooter
|
||||
*/
|
||||
footerHeight?: number;
|
||||
/**
|
||||
* returns or sets grid height in pixels
|
||||
*/
|
||||
gridHeight?: number;
|
||||
/**
|
||||
* set to true when Grid is scrolling horizontally. Set to false via debounced method
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user