mermaid/docs/config/setup/interfaces/mermaid.ParseOptions.md
2024-06-27 16:55:05 +05:30

707 B

Warning

THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.

Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/interfaces/mermaid.ParseOptions.md.

Interface: ParseOptions

mermaid.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.

Defined in

packages/mermaid/src/types.ts:43