Interface: ResolvedEdgeStyle
Defined in: src/graphVisual.ts:32
Extends
Indexable
ts
[key: string]: unknownProperties
opacity?
ts
optional opacity?: number;Defined in: src/graphVisual.ts:9
Inherited from
scale?
ts
optional scale?: number;Defined in: src/graphVisual.ts:10
Inherited from
borderOpacity?
ts
optional borderOpacity?: number;Defined in: src/graphVisual.ts:11
Inherited from
borderWidth?
ts
optional borderWidth?: number;Defined in: src/graphVisual.ts:12
Inherited from
color?
ts
optional color?: string;Defined in: src/graphVisual.ts:13
Inherited from
pattern?
ts
optional pattern?: "solid" | "dashed" | "dotted";Defined in: src/graphVisual.ts:14
Inherited from
glow?
ts
optional glow?: number;Defined in: src/graphVisual.ts:15
Inherited from
metric
ts
metric: number;Defined in: src/graphVisual.ts:33
normalizedMetric
ts
normalizedMetric: number;Defined in: src/graphVisual.ts:34