Files
mermaid/docs/config/setup/mermaid/interfaces/ParseOptions.md
2025-02-21 16:02:03 +05:30

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.

mermaid


Interface: ParseOptions

Defined in: packages/mermaid/src/types.ts:59

Properties

suppressErrors?

optional suppressErrors: boolean

Defined in: packages/mermaid/src/types.ts:64

If true, parse will return false instead of throwing error when the diagram is invalid. The parseError function will not be called.