Skip to content

frontend-web-editor


Function: exitGrayedState()

exitGrayedState(nodes, edges): object

Defined in: utils/treeUtils.ts:322

Exist the grayed out state of a graph and solidifies entire graph again.

Parameters

nodes

Node[]

Current nodes

edges

Edge[]

Current edges

Returns

object

newEdges

newEdges: Edge[]

newNodes

newNodes: Node[]