Yog.FSharp
Getting Started Examples API Reference GitHub

Options<'n, 'e> Type

Options for customizing Mermaid diagram rendering.

Record fields

Record Field Description

EdgeLabel

Full Usage: EdgeLabel

Field type: 'e -> string

Function to convert edge weight to a display label

Field type: 'e -> string

HighlightedEdges

Full Usage: HighlightedEdges

Field type: Set<NodeId * NodeId>

Set of edges to highlight as (from, to) pairs

Field type: Set<NodeId * NodeId>

HighlightedNodes

Full Usage: HighlightedNodes

Field type: Set<NodeId>

Set of node IDs to highlight (e.g., a path)

Field type: Set<NodeId>

NodeLabel

Full Usage: NodeLabel

Field type: NodeId -> 'n -> string

Function to convert node ID and data to a display label

Field type: NodeId -> 'n -> string