Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectionJSON

An interface for representing a connection with an json object

Hierarchy

  • ConnectionJSON

Index

Properties

Readonly fromIndex

fromIndex: number

The index of the origin node

Readonly gateNodeIndex

gateNodeIndex: number | null

The index of the gate node, if connection is gated

Readonly toIndex

toIndex: number

The index of the destination node

Readonly weight

weight: number

The connection weight

Readonly xTraces

xTraces: Map<number, number> | null

The xTrace values

Generated using TypeDoc