mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00

Pulls PR https://github.com/mermaid-js/mermaid/pull/6002 into Alana. Fixes a semantic merge conflict in - `docs/config/setup/interfaces/mermaid.LayoutData.md` See: https://github.com/mermaid-js/mermaid/pull/6002
1.0 KiB
1.0 KiB
Warning
THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/interfaces/mermaid.LayoutData.md.
Interface: LayoutData
mermaid.LayoutData
Indexable
▪ [key: string
]: any
Properties
config
• config: MermaidConfig
Defined in
packages/mermaid/src/rendering-util/types.ts:127
edges
• edges: Edge
[]
Defined in
packages/mermaid/src/rendering-util/types.ts:126
nodes
• nodes: Node
[]