Class MermaidExportOptions
- Namespace
- FlowOrchestrator.Core.Diagnostics
- Assembly
- FlowOrchestrator.Core.dll
Configuration knobs for FlowMermaidExporter.
public sealed class MermaidExportOptions
- Inheritance
-
MermaidExportOptions
- Inherited Members
Properties
ApplyStyling
When true, emits classDef blocks and applies
:::trigger, :::entry, :::polling, and :::loop
classes to differentiate node roles visually.
public bool ApplyStyling { get; set; }
Property Value
Direction
Diagram direction passed to Mermaid's flowchart header.
Valid values are TD (top-down), LR (left-right), BT, and RL.
public string Direction { get; set; }
Property Value
IncludeTriggers
public bool IncludeTriggers { get; set; }
Property Value
ShowStepTypes
public bool ShowStepTypes { get; set; }