effect-io-ai

Package: effect
Module: Graph

Graph.Direction

Direction of directed edges relative to a node.

Details

"outgoing" selects edges whose source is the node, while "incoming" selects edges whose target is the node.

Signature

type Direction = "outgoing" | "incoming"

Source

Since v3.18.0