Interface: EdgeConfig
Defined in: mobjects/graph/graphTypes.ts:77
Configuration for a single edge
Properties
label?
optionallabel:string
Defined in: mobjects/graph/graphTypes.ts:81
Label text to display on the edge
style?
optionalstyle:EdgeStyleOptions
Defined in: mobjects/graph/graphTypes.ts:79
Custom styling for this edge
weight?
optionalweight:number
Defined in: mobjects/graph/graphTypes.ts:83
Weight of the edge (used by some layout algorithms)