主题
Interface: ParseOptions
Defined in: packages/mermaid/src/types.ts:88
Properties
suppressErrors?
optionalsuppressErrors:boolean
Defined in: packages/mermaid/src/types.ts:93
If true, parse will return false instead of throwing error when the diagram is invalid. The parseError function will not be called.