Skip to content

Function: applyEdgeChanges ​

â–¸ applyEdgeChanges(changes, edges): GraphEdge<any, any, string>[]

Parameters ​

NameType
changesEdgeChange[]
edgesGraphEdge<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

Released under the MIT License.