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. +
Object selection
,
+ [Object options]
)+{ + nodes: [Array of nodeIds], + edges: [Array of edgeIds] +}+ Available options are: +
+{ + unselectAll: Boolean, + highlightEdges: Boolean +}+