Home > @i2analyze/notebook-sdk > app > INodeGroupEditor > setBorderStyle
app.INodeGroupEditor.setBorderStyle() method
Sets or resets the border style of the node group.
Signature:
setBorderStyle(lineStyle: visual.LineStyle | null | undefined): this;
Introduced: version 1.9
Parameters
| Parameter | Type | Description |
|---|---|---|
| lineStyle | visual.LineStyle | null | undefined | The line style to set, or null to remove the border, or undefined to reset to the default ('solid'). |
Returns:
this
The node group, with its border style set to the specified value.