EdgeData

The data that can be attached to an edge in the graph. This type extends the edge data with layout-specific information.

Type
{
yData?: EdgeLayoutData
labels?: string[]
}