@graph-viz

@graph-viz

  • Guide
  • API
  • Help

›Interfaces

Introduction

  • README
  • Globals

Modules

  • core
  • layouts
  • react

Classes

  • DisplayGroups
  • GraphVisualization
  • Labels
  • Links
  • MouseInteraction
  • Nodes
  • ForceSimulation
  • GraphVizComponent

Interfaces

  • ConfigurationOptions
  • DisplayGroup
  • DisplayLink
  • DisplayNode
  • GroupStyleAttributes
  • LabelStyleAttributes
  • LinkStyleAttributes
  • NodeStyleAttributes
  • Point
  • PopulatedDisplayLink
  • TextTexture
  • Uniforms
  • VisualizationInputData
  • ForceConfig
  • NodePosition
  • SimulationData
  • SimulationGroup
  • SimulationLink
  • SimulationNode
  • GraphVizComponentProps
  • NodeTooltipsProps
  • State
  • TooltipFields
  • TooltipNode
  • Vec2

PopulatedDisplayLink

@graph-viz › Globals › core › PopulatedDisplayLink

Hierarchy

  • LinkStyleAttributes

    ↳ PopulatedDisplayLink

Index

Properties

  • arrowWidth
  • color
  • dashed
  • directed
  • label
  • labelScale
  • opacity
  • source
  • target

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:64

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: DisplayNode

Defined in packages/core/src/Links.ts:59


target

• target: DisplayNode

Defined in packages/core/src/Links.ts:60

← PointTextTexture →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • Optional arrowWidth
    • Optional color
    • Optional dashed
    • Optional directed
    • Optional label
    • Optional labelScale
    • Optional opacity
    • source
    • target
@graph-viz
Guides
InstallationCreating your first graph vizAPI Reference
More
GitHubStar
Copyright © 2020, Uplevel Technology