Skip to content

frontend-web-editor


Function: isSubgraphGrayed()

isSubgraphGrayed(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.

Parameters

nodes

Node[]

Current nodes

edges

Edge[]

Current edges

Returns

boolean