Skip to content

Untitled boolean in Mermaid Config Schema

txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/ClassDiagramConfig/properties/hierarchicalNamespaces

When 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.

AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusUnknown identifiabilityForbiddenAllowednoneconfig.schema.json*

hierarchicalNamespaces Type

boolean

hierarchicalNamespaces Default Value

The default value is:

json
true
Opens in mermaid.ai