Skip to content

frontend-web-editor


Function: IsCurrentStateTentative()

IsCurrentStateTentative(nodes, edges): boolean

Defined in: utils/treeUtils.ts:882

Check if the current graph state is tentative (i.e. if the user has tried to delete or update a functional node and has not finalized the process by selecting a child node)

Parameters

nodes

Node[]

current list of nodes

edges

Edge[]

current list of edges

Returns

boolean

boolean