mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08: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:66
diagramType
• diagramType: string
The diagram type, e.g. 'flowchart', 'sequence', etc.