Yog.FSharp
Getting Started Examples API Reference GitHub

WalkMetadata<'nid> Type

Metadata provided during foldWalk / implicitFold traversal.

Record fields

Record Field Description

Depth

Full Usage: Depth

Field type: int

Distance from the start node (number of edges traversed).

Field type: int

Parent

Full Usage: Parent

Field type: 'nid option

The parent node that led to this node (None for the start node).

Field type: 'nid option