Home > @i2analyze/notebook-sdk > app > INodeGroupEditor > setIsMinimized
app.INodeGroupEditor.setIsMinimized() method
Sets whether the node group is minimized, so nodes within the group are hidden, or maximized where they are shown.
Signature:
setIsMinimized(isMinimized: boolean): this;
Introduced: version 1.8
Parameters
| Parameter | Type | Description | 
|---|---|---|
| isMinimized | boolean | true to minimize the group, false to maximize it. | 
Returns:
this
The node group, with its minimized state set to the specified value.