Search
Grid.rowHeadersWidths Property
See Also
 





Gets or sets an array of numbers specifying the widths of individual row levels.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

get rowHeadersWidths() {}
set rowHeadersWidths(value) {}

 Property Value

Array

An array of numbers representing the widths of the various header levels.

 Remarks

If a value is non-positive or does not exist because the array has less arguments than the number of rows, then the width is calculated as the maximum width of the rows in that level.

 See Also