Skip to main content

Home > @jsplumbtoolkit/browser-ui > GeneratedGridBackgroundOptions > maxWidth

GeneratedGridBackgroundOptions.maxWidth property

The maximum width for the grid. The value you provided is divided by 2 and then the grid is guaranteed to never exceed the range of (-maxWidth / 2) - (maxWidth / 2). maxWidth takes precedence over minWidth.

Signature:

maxWidth?: number;