frontend-web-editor
isSubgraphGrayed(nodes, edges): boolean
nodes
edges
boolean
Defined in: utils/treeUtils.ts:310
Given current nodes and edges, checks if any of them are grayed out. Returns true if yes else false.
Node[]
Node
Current nodes
Edge[]
Edge
Current edges