Yog.FSharp
Getting Started Examples API Reference GitHub

Options<'n, 'e> Type

Options for customizing DOT (Graphviz) 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

HighlightColor

Full Usage: HighlightColor

Field type: string

Highlight color for nodes/edges

Field type: 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

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

NodeShape

Full Usage: NodeShape

Field type: string

Node shape (e.g., "circle", "box", "ellipse")

Field type: string