Skip to content

mermaid


Interface: ParseOptions

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

Properties

suppressErrors?

optional suppressErrors: 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.

Opens in MermaidChart.com