Interface: GraphStyle
Defined in: src/graphVisual.ts:8
Extended by
Indexable
ts
[key: string]: unknownProperties
opacity?
ts
optional opacity?: number;Defined in: src/graphVisual.ts:9
scale?
ts
optional scale?: number;Defined in: src/graphVisual.ts:10
borderOpacity?
ts
optional borderOpacity?: number;Defined in: src/graphVisual.ts:11
borderWidth?
ts
optional borderWidth?: number;Defined in: src/graphVisual.ts:12
color?
ts
optional color?: string;Defined in: src/graphVisual.ts:13
pattern?
ts
optional pattern?: "solid" | "dashed" | "dotted";Defined in: src/graphVisual.ts:14
glow?
ts
optional glow?: number;Defined in: src/graphVisual.ts:15