Home > @i2analyze/notebook-sdk > visual > INodeGroupStyle
visual.INodeGroupStyle interface
A style for a node group, which affects its appearance.
Signature:
interface INodeGroupStyle
Introduced: version 1.8
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| borderColor | readonly |
IElementSetting<string | null> | Gets the border color of the node group, or null if there is no border. |
| borderWidth | readonly |
IElementSetting<number> | Gets the border width of the node group. |
| color | readonly |
IElementSetting<string | null> | Gets the color of the node group, or null if there is no background. |
| image | readonly |
IImageSetting | Gets the image to display for the node group. |