mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			600 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			600 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
> **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](../../../../packages/mermaid/src/docs/config/setup/interfaces/mermaid.ParseResult.md).
 | 
						|
 | 
						|
# Interface: ParseResult
 | 
						|
 | 
						|
[mermaid](../modules/mermaid.md).ParseResult
 | 
						|
 | 
						|
## Properties
 | 
						|
 | 
						|
### diagramType
 | 
						|
 | 
						|
• **diagramType**: `string`
 | 
						|
 | 
						|
The diagram type, e.g. 'flowchart', 'sequence', etc.
 | 
						|
 | 
						|
#### Defined in
 | 
						|
 | 
						|
[packages/mermaid/src/types.ts:50](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L50)
 |