Interface: EdgeStyleOptions
Defined in: mobjects/graph/graphTypes.ts:51
Options for edge styling
Properties
color?
optionalcolor:string
Defined in: mobjects/graph/graphTypes.ts:53
Color of the edge. Default: BLUE
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/graph/graphTypes.ts:55
Stroke width of the edge. Default: 4
tipLength?
optionaltipLength:number
Defined in: mobjects/graph/graphTypes.ts:57
For directed graphs, tip length. Default: 0.2
tipWidth?
optionaltipWidth:number
Defined in: mobjects/graph/graphTypes.ts:59
For directed graphs, tip width. Default: 0.12