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.