Function: applyEdgeChanges ​
â–¸ applyEdgeChanges(changes
, edges
): GraphEdge
<any
, any
, string
>[]
Parameters ​
Name | Type |
---|---|
changes | EdgeChange [] |
edges | GraphEdge <any , any , string >[] |
Returns ​
GraphEdge
<any
, any
, string
>[]
Deprecated
Use store instance and call applyChanges
with template-ref or the one received by onPaneReady
instead