API Reference
Class
MermaidWardleyNode
Describes a parsed Wardley node.
Inheritance
- Object
- MermaidWardleyNode
Constructors
MermaidWardleyNode(System.String arg1, System.Double arg2, System.Double arg3, ChartForgeX.VisualBlocks.WardleyMapNodeKind arg4, ChartForgeX.Mermaid.MermaidSourceSpan arg5) #Initializes a parsed Wardley map node.
Parameters
- arg1 System.String
- arg2 System.Double
- arg3 System.Double
- arg4 ChartForgeX.VisualBlocks.WardleyMapNodeKind
- arg5 ChartForgeX.Mermaid.MermaidSourceSpan
Properties
Id #Gets the Mermaid node name.
Visibility #Gets the normalized visibility coordinate from zero to one.
Evolution #Gets the normalized evolution coordinate from zero to one.
Kind #Gets the mapped node kind.
Inertia #Gets or sets whether the node declares inertia.
Strategy #Gets or sets the optional Mermaid sourcing strategy.
LabelOffsetX #Gets or sets the optional label X offset.
LabelOffsetY #Gets or sets the optional label Y offset.
Span #Gets the source span for the node statement.