Home > @jsplumbtoolkit/browser-ui > GeneratedGridBackgroundOptions > maxHeight
GeneratedGridBackgroundOptions.maxHeight property
The maximum height for the grid. The value you provided is divided by 2 and then the grid is guaranteed to never exceed the range of (-maxHeight / 2) - (maxHeight / 2). maxHeight takes precedence over minHeight.
Signature:
maxHeight?: number;