API Reference
Class
MermaidC4Element
Describes a C4 person, system, container, component, or deployment node.
Inheritance
- Object
- MermaidC4Element
Constructors
MermaidC4Element(System.String arg1, System.String arg2, System.String arg3, ChartForgeX.Mermaid.MermaidSourceSpan arg4) #Initializes a C4 element.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.String
- arg4 ChartForgeX.Mermaid.MermaidSourceSpan
Properties
Alias #Gets or sets the C4 element alias.
Label #Gets or sets the display label.
Kind #Gets or sets the normalized C4 element kind.
Description #Gets or sets the optional element description.
Technology #Gets or sets the optional technology token for containers and components.
Sprite #Gets or sets optional Mermaid sprite metadata.
Tags #Gets or sets optional Mermaid tags.
Link #Gets or sets optional Mermaid link metadata.
BoundaryId #Gets or sets the containing boundary id.