Home > @jsplumbtoolkit/browser-ui > GeneratedGridBackgroundOptions > minWidth
GeneratedGridBackgroundOptions.minWidth property
The minimum width for the grid. The value you provided is divided by 2 and then the grid is guaranteed to always at least span the range of (-minWidth / 2) - (minWidth / 2).
Signature:
minWidth?: number;