effect-io-ai

Package: effect
Module: Graph

Graph.Edge

Represents edge data containing source, target, and user data.

When to use

Use as the graph edge value that carries source node, target node, and stored edge data together.

See

Signature

declare class Edge<E>

Source

Since v3.18.0