Untitled boolean in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/ClassDiagramConfig/properties/hierarchicalNamespacesWhen true (default), nested namespaces render as hierarchical clusters, with each segment of a dotted name (e.g. A.B.C) becoming its own nested box. When false, namespaces render in compact mode: only explicitly declared namespaces are emitted and their full qualified name is used as a single flat label.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | config.schema.json* |
hierarchicalNamespaces Type
boolean
hierarchicalNamespaces Default Value
The default value is:
json
true