DisplayLink
@graph-viz › Globals › core › DisplayLink
Hierarchy
-
↳ DisplayLink
Index
Properties
Properties
Optional
arrowWidth
• arrowWidth? : undefined | number
Inherited from LinkStyleAttributes.arrowWidth
Defined in packages/core/src/Links.ts:40
arrow width in pixels
Optional
color
• color? : undefined | string
Inherited from LinkStyleAttributes.color
Defined in packages/core/src/Links.ts:29
hex color string
Optional
dashed
• dashed? : undefined | false | true
Inherited from LinkStyleAttributes.dashed
Defined in packages/core/src/Links.ts:24
determine whether the line should be dashed
Optional
directed
• directed? : undefined | false | true
Inherited from LinkStyleAttributes.directed
Defined in packages/core/src/Links.ts:19
determines whether an arrow is drawn on the link
Optional
label
• label? : undefined | string
Defined in packages/core/src/Links.ts:55
text to display
Optional
labelScale
• labelScale? : undefined | number
Inherited from LinkStyleAttributes.labelScale
Defined in packages/core/src/Links.ts:46
relative scale of the label. default is 1.0
Optional
opacity
• opacity? : undefined | number
Inherited from LinkStyleAttributes.opacity
Defined in packages/core/src/Links.ts:35
link opacity between 0 and 1 default is 1
source
• source: string
Defined in packages/core/src/Links.ts:50
target
• target: string
Defined in packages/core/src/Links.ts:51