Hyperlinkv0.8.0-beta.28

Graph

Graph.EdgeIndextypeeffect/Graph.ts:72
number

Edge index for edge identification using plain numbers.

When to use

Use when you need to keep the identifier for a graph edge so you can later read, update, remove, or compare that edge.

Gotchas

An EdgeIndex is an identifier, not an array offset. Removed edge identifiers are not reused.

Source effect/Graph.ts:721 lines
export type EdgeIndex = number
Referenced by 12 symbols