diff --git a/docs/network/index.html b/docs/network/index.html index df4f6c97..788b342f 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -940,6 +940,27 @@ function releaseFunction (clusterPosition, containedNodesPositions) { before selecting its own objects. Does not fire events. + + setSelection( + Object selection, + [Object options]) + + + Returns: none + Sets the selection, wich must be an object like this: +
+{
+  nodes: [Array of nodeIds],
+  edges: [Array of edgeIds]
+}
+ Available options are: +
+{
+  unselectAll: Boolean,
+  highlightEdges: Boolean
+}
+ + unselectAll()