mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
1.6 KiB
1.6 KiB
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
code
• code: string
The mermaid code after extracting the config.
Defined in
packages/mermaid/src/types.ts:74
config
• config: MermaidConfig
The config passed as YAML frontmatter or directives
Defined in
packages/mermaid/src/types.ts:78
diagram
• Optional
diagram: Diagram
Defined in
packages/mermaid/src/types.ts:80
error
• Optional
error: unknown
The error that occurred during parsing, if any.
Defined in
packages/mermaid/src/types.ts:84
success
• success: boolean
Defined in
packages/mermaid/src/types.ts:70
title
• Optional
title: string