API Reference
Class
MermaidFlowchartNode
Describes a Mermaid flowchart node reference or definition.
Inheritance
- Object
- MermaidFlowchartNode
Constructors
MermaidFlowchartNode(System.String arg1, ChartForgeX.Mermaid.MermaidSourceSpan arg2) #Initializes a parsed flowchart node.
Parameters
- arg1 System.String
- arg2 ChartForgeX.Mermaid.MermaidSourceSpan
Properties
Id #Gets or sets the Mermaid node identifier.
Text #Gets or sets the optional node label text.
Shape #Gets or sets the explicit Mermaid node shape.
Classes #Gets class names assigned through Mermaid class syntax.
Styles #Gets style declarations assigned directly or through class definitions.
Href #Gets or sets an optional Mermaid click link target.
Tooltip #Gets or sets an optional Mermaid click tooltip.
SubgraphId #Gets or sets an optional parent Mermaid subgraph id.