mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 22:26:53 +02:00
869 B
869 B
Warning
THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/interfaces/mermaid.ParseResult.md.
Interface: ParseResult
mermaid.ParseResult
Properties
config
• config: MermaidConfig
The config passed as YAML frontmatter or directives
Defined in
packages/mermaid/src/types.ts:70
diagramType
• diagramType: string
The diagram type, e.g. 'flowchart', 'sequence', etc.