@i2analyze/notebook-sdk 1.8.0-dev.1 → 1.8.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1035,6 +1035,14 @@ export declare namespace app {
|
|
|
1035
1035
|
* @i2since 1.8
|
|
1036
1036
|
*/
|
|
1037
1037
|
removeNodeGroups(nodeGroups: NodeGroupSpecifier | Iterable<NodeGroupSpecifier>): boolean;
|
|
1038
|
+
/**
|
|
1039
|
+
* Removes nodes from their node group. If the group is empty after the mutation is committed, the group itself is removed.
|
|
1040
|
+
*
|
|
1041
|
+
* @param nodes - The node or nodes to be removed.
|
|
1042
|
+
* @returns `true` if one or more nodes were successfully removed from the group; `false` if none of the nodes existed.
|
|
1043
|
+
* @i2since 1.8
|
|
1044
|
+
*/
|
|
1045
|
+
removeFromNodeGroup(nodes: NodeSpecifier | Iterable<NodeSpecifier>): boolean;
|
|
1038
1046
|
/**
|
|
1039
1047
|
* Removes the currently selected records from the chart.
|
|
1040
1048
|
* @i2since 1.1
|