Skip to content

Interface: ResolvedEdgeStyle

Defined in: src/graphVisual.ts:32

Extends

Indexable

ts
[key: string]: unknown

Properties

opacity?

ts
optional opacity?: number;

Defined in: src/graphVisual.ts:9

Inherited from

GraphStyle.opacity


scale?

ts
optional scale?: number;

Defined in: src/graphVisual.ts:10

Inherited from

GraphStyle.scale


borderOpacity?

ts
optional borderOpacity?: number;

Defined in: src/graphVisual.ts:11

Inherited from

GraphStyle.borderOpacity


borderWidth?

ts
optional borderWidth?: number;

Defined in: src/graphVisual.ts:12

Inherited from

GraphStyle.borderWidth


color?

ts
optional color?: string;

Defined in: src/graphVisual.ts:13

Inherited from

GraphStyle.color


pattern?

ts
optional pattern?: "solid" | "dashed" | "dotted";

Defined in: src/graphVisual.ts:14

Inherited from

GraphStyle.pattern


glow?

ts
optional glow?: number;

Defined in: src/graphVisual.ts:15

Inherited from

GraphStyle.glow


metric

ts
metric: number;

Defined in: src/graphVisual.ts:33


normalizedMetric

ts
normalizedMetric: number;

Defined in: src/graphVisual.ts:34

Released under the MIT License.