Mermaid Extension Schemas¶
These TypedDict schemas describe values accepted by the Python
mermaid={...} constructor kwarg and the equivalent
extensions={"mermaid": {...}} envelope.
c4.contrib.mermaid.extensions.BoundaryExtensions ¶
Bases: TypedDict
Mermaid-specific extension data for boundary elements.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
tags
|
Optional tags for styling or grouping. |
required | |
link
|
URL link associated with the boundary. |
required | |
type
|
Optional boundary type rendered as the third Mermaid boundary macro argument. |
required |