@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

ConfigurationOptions

@graph-viz › Globals › core › ConfigurationOptions

Hierarchy

  • ConfigurationOptions

Index

Properties

  • events
  • groups
  • links
  • nodes

Properties

events

• events: object

Defined in packages/core/src/GraphVisualization.ts:53

Type declaration:

  • disableClick? : undefined | false | true

  • disableDrag? : undefined | false | true

  • disableHover? : undefined | false | true

  • disablePan? : undefined | false | true

  • disableSecondaryClick? : undefined | false | true

  • disableZoom? : undefined | false | true


groups

• groups: GroupStyleAttributes

Defined in packages/core/src/GraphVisualization.ts:52


links

• links: LinkStyleAttributes

Defined in packages/core/src/GraphVisualization.ts:51


nodes

• nodes: NodeStyleAttributes

Defined in packages/core/src/GraphVisualization.ts:50

← GraphVizComponentDisplayGroup →
  • Hierarchy
  • Index
    • Properties
  • Properties
    • events
    • groups
    • links
    • nodes
@graph-viz
Guides
InstallationCreating your first graph vizAPI Reference
More
GitHubStar
Copyright © 2020, Uplevel Technology