From c4ea7af00301cece01248ef502b263568a089bf9 Mon Sep 17 00:00:00 2001 From: Mek Date: Sat, 19 Sep 2015 21:41:38 +0200 Subject: [PATCH] Added missing gridHeight property --- ui-grid/ui-grid.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui-grid/ui-grid.d.ts b/ui-grid/ui-grid.d.ts index f9371fc5c..8d85f9dcb 100644 --- a/ui-grid/ui-grid.d.ts +++ b/ui-grid/ui-grid.d.ts @@ -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 */