mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
708 B
708 B
Warning
THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/interfaces/mermaidAPI.ParseOptions.md.
Interface: ParseOptions
mermaidAPI.ParseOptions
Properties
suppressErrors
• Optional
suppressErrors: boolean
If true
, parse will return false
instead of throwing error when the diagram is invalid.
The parseError
function will not be called.