DiagramGridOptions
Options for a Diagram grid
| Name | Type | Description |
|---|---|---|
| fitGroupsToGrid? | boolean | Whether or not to ensure calculated group sizes (from auto sized groups) are a multiple of the grid size in each axis. Defaults to false. |
| size? | Grid | Width/height of the grid cells |
| snap? | boolean | Whether or not to snap elements to the grid when dragging. Defaults to false. |
| visible? | boolean | Whether or not to show the grid. Defaults to true. |