Architecture Diagram Config Schema β
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/ArchitectureDiagramConfigThe object containing configurations specific for architecture diagrams
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config.schema.json* |
ArchitectureDiagramConfig Type β
object (Architecture Diagram Config)
all of
ArchitectureDiagramConfig Properties β
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| padding | number | Required | cannot be null | Mermaid Config |
| iconSize | number | Required | cannot be null | Mermaid Config |
| fontSize | number | Required | cannot be null | Mermaid Config |
padding β
padding
is required
Type:
numbercannot be null
defined in: Mermaid Config
padding Type β
number
padding Default Value β
The default value is:
json
40iconSize β
iconSize
is required
Type:
numbercannot be null
defined in: Mermaid Config
iconSize Type β
number
iconSize Default Value β
The default value is:
json
80fontSize β
fontSize
is required
Type:
numbercannot be null
defined in: Mermaid Config
fontSize Type β
number
fontSize Default Value β
The default value is:
json
16