mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 04:04:28 +01:00
827 B
827 B
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.
Interface: ParseOptions
Defined in: packages/mermaid/src/types.ts:72
Properties
suppressErrors?
optionalsuppressErrors:boolean
Defined in: packages/mermaid/src/types.ts:77
If true, parse will return false instead of throwing error when the diagram is invalid.
The parseError function will not be called.