Files
mermaid/docs/config/setup/mermaid/interfaces/LayoutData.md
2025-02-21 16:02:03 +05:30

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:145

Indexable

[key: string]: any

Properties

config

config: MermaidConfig

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


edges

edges: Edge[]

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


nodes

nodes: Node[]

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