Skip to main content

Interface: EdgeStyleOptions

Defined in: mobjects/graph/graphTypes.ts:51

Options for edge styling

Properties

color?

optional color: string

Defined in: mobjects/graph/graphTypes.ts:53

Color of the edge. Default: BLUE


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/graph/graphTypes.ts:55

Stroke width of the edge. Default: 4


tipLength?

optional tipLength: number

Defined in: mobjects/graph/graphTypes.ts:57

For directed graphs, tip length. Default: 0.2


tipWidth?

optional tipWidth: number

Defined in: mobjects/graph/graphTypes.ts:59

For directed graphs, tip width. Default: 0.12