Mindmap Diagram Config Schema β
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/MindmapDiagramConfigThe object containing configurations specific for mindmap 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* |
MindmapDiagramConfig Type β
object (Mindmap Diagram Config)
all of
MindmapDiagramConfig Properties β
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| padding | number | Required | cannot be null | Mermaid Config |
| maxNodeWidth | number | Required | cannot be null | Mermaid Config |
| layoutAlgorithm | string | 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
10maxNodeWidth β
maxNodeWidth
is required
Type:
numbercannot be null
defined in: Mermaid Config
maxNodeWidth Type β
number
maxNodeWidth Default Value β
The default value is:
json
200layoutAlgorithm β
Layout algorithm to use for positioning mindmap nodes
layoutAlgorithm
is required
Type:
stringcannot be null
defined in: Mermaid Config
layoutAlgorithm Type β
string
layoutAlgorithm Default Value β
The default value is:
json
"cose-bilkent"