Package: effect
Module: Graph
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"
Since v3.18.0