Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@specs-feup/lara
libs/cytoscape-3.26.0
cytoscape
SearchFirstResult
Interface SearchFirstResult
interface
SearchFirstResult
{
found
:
cytoscape
.
NodeCollection
;
path
:
CollectionArgument
;
}
Index
Properties
found
path
Properties
found
found
:
cytoscape
.
NodeCollection
The node found by the search
If no node was found, then found is empty.
If your handler function returns false, then the only the path up to that point is returned.
path
path
:
CollectionArgument
The path of the search.
The path returned includes edges such that if path[i] is a node, then path[i - 1] is the edge used to get to that node.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
found
path
SPeCS Packages Documentation
Loading...
The node found by the search