Home > @i2analyze/notebook-sdk > app > IPendingNodeGroup
app.IPendingNodeGroup interface
A node group that has been created in a mutation handler, but has not yet been added to a chart.
Signature:
interface IPendingNodeGroup extends INodeGroupEditor
Extends: INodeGroupEditor
Introduced: version 1.8
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | readonly |
visual.ElementId | Gets the identifier of the node group. |
Methods
| Method | Description |
|---|---|
| addNodes(nodes) | Adds nodes to the group. (Inherited from INodeGroupEditor) |
| removeNodes(nodes) | Removes nodes from the group. If the group is empty after the mutation is committed, the group itself is removed. (Inherited from INodeGroupEditor) |
| setBorderColor(color) | Sets or resets the color of the node group. (Inherited from INodeGroupEditor) |
| setBorderWidth(width) | Sets or resets the border width of the node group. (Inherited from INodeGroupEditor) |
| setColor(color) | Sets or resets the background color of the node group. (Inherited from INodeGroupEditor) |
| setImage(href, description) | Sets or resets the image for the node group. (Inherited from INodeGroupEditor) |
| setIsMinimized(isMinimized) | Sets whether the node group is minimized, so nodes within the group are hidden, or maximized where they are shown. (Inherited from INodeGroupEditor) |
| setLabel(label) | Sets or resets the label of the node group. (Inherited from INodeGroupEditor) |