Files
mermaid/docs/config/setup/mermaid/interfaces/LayoutData.md
2025-09-03 10:51:28 +00:00

1.2 KiB

Warning

THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.

Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/mermaid/interfaces/LayoutData.md.

mermaid


Interface: LayoutData

Defined in: packages/mermaid/src/rendering-util/types.ts:168

Indexable

[key: string]: any

Properties

config

config: MermaidConfig

Defined in: packages/mermaid/src/rendering-util/types.ts:171


edges

edges: Edge[]

Defined in: packages/mermaid/src/rendering-util/types.ts:170


nodes

nodes: Node[]

Defined in: packages/mermaid/src/rendering-util/types.ts:169