Docs
API
  • getHeight(): Number

    Returns grid height.
    Panel title, bars, borders and others are included.

    Example:

    
    var grid = new FancyGrid({
      ...
    ...
    var height = grid.getHeight();
    

    See also

    Method getWidth