[ui] new generic way to manage "active" nodes per node type

This commit is contained in:
Fabien Castan 2020-07-07 22:05:53 +02:00
parent ea5b639245
commit ec67c772fa
12 changed files with 344 additions and 205 deletions

View file

@ -881,7 +881,7 @@ class Graph(BaseObject):
filterTypes (str list): (optional) only return the nodes of the given types
(does not stop the visit, this is a post-process only)
Returns:
The list of nodes from startNode to the graph leaves following edges.
The list of nodes and edges, from startNode to the graph leaves following edges.
"""
nodes = []
edges = []