API Reference
VisNetworkEdge
Describes a vis-network-style edge before conversion to GraphSceneEdge.
Inheritance
- Object
- VisNetworkEdge
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method VisNetworkGraph.AddEdge
Properties
Id #Gets or sets the edge id.
From #Gets or sets the source node id, matching vis-network's from field.
To #Gets or sets the target node id, matching vis-network's to field.
Label #Gets or sets the optional edge label.
Kind #Gets or sets the optional edge kind.
ArrowsTo #Gets or sets whether the edge should show an arrow at the target side.
ArrowsFrom #Gets or sets whether the edge should show an arrow at the source side.
ArrowsMiddle #Gets or sets whether the edge should show a middle arrow marker where adapters support it.
Dashes #Gets or sets whether the edge is dashed.
Smooth #Gets or sets optional smooth edge behavior.
Length #Gets or sets optional spring length.
Style #Gets edge style hints.