mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			827 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			827 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
> **Warning**
 | 
						|
>
 | 
						|
> ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
 | 
						|
>
 | 
						|
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/setup/mermaid/interfaces/ParseOptions.md](../../../../../packages/mermaid/src/docs/config/setup/mermaid/interfaces/ParseOptions.md).
 | 
						|
 | 
						|
[**mermaid**](../../README.md)
 | 
						|
 | 
						|
---
 | 
						|
 | 
						|
# Interface: ParseOptions
 | 
						|
 | 
						|
Defined in: [packages/mermaid/src/types.ts:88](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L88)
 | 
						|
 | 
						|
## Properties
 | 
						|
 | 
						|
### suppressErrors?
 | 
						|
 | 
						|
> `optional` **suppressErrors**: `boolean`
 | 
						|
 | 
						|
Defined in: [packages/mermaid/src/types.ts:93](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/types.ts#L93)
 | 
						|
 | 
						|
If `true`, parse will return `false` instead of throwing error when the diagram is invalid.
 | 
						|
The `parseError` function will not be called.
 |