Home > @i2analyze/notebook-sdk > visual > INodeGroup
visual.INodeGroup interface
A node group, which is a collection of nodes that can be moved and selected together.
Signature:
interface INodeGroup
Introduced: version 1.8
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | readonly |
ElementId | Gets the identifier of the node group. |
| isMinimized | readonly |
boolean | Indicates the minimized state of the node group. |
| label | readonly |
string | undefined | Gets the label of the node group, or undefined if there is no explicit label. |
| nodes | readonly |
data.IKeyedReadOnlyCollection<ElementId, INode> | Gets the nodes in the node group. |
| style | readonly |
INodeGroupStyle | Gets the style of the node group. |