Docs
API
  • getWidth(): Number

    Returns grid width.
    Panel borders and others are included.

    Example:

    
    var grid = new FancyGrid({
      ...
    ...
    var width = grid.getWidth();
    

    See also

    Method getHeight